summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-07-25 18:17:29 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-07-25 18:17:29 +0000
commit24cf93423c4594dcd68e969ea21cc767c390e876 (patch)
tree4f378d4560cb43bb0bb6aed955200e24f699d0f0 /README
parentdb628796b3f82f4daa32b3550c5f1621201ba6ad (diff)
downloadgobject-introspection-24cf93423c4594dcd68e969ea21cc767c390e876.tar.gz
Commit an autoconf-conversion patch by Gustavo Carneiro (#308708)
2005-07-25 Matthias Clasen <mclasen@redhat.com> * Commit an autoconf-conversion patch by Gustavo Carneiro (#308708)
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index a0727716..fb8fab4a 100644
--- a/README
+++ b/README
@@ -14,7 +14,10 @@ The code in src/ currently produces four things:
metadata blob (--raw).
- a function to invoke functions, given the function info object. The
implementation is based on libffi (a recent snapshot of libffi can
- be found at http://spindazzle.org/libffi-green.tar.gz).
+ be found at http://spindazzle.org/libffi-green.tar.gz). After the
+ autoconfiscation, configure expects to find a ffi.pc file. The
+ ffi.pc.in file in this directory may be helpful in construction
+ such a file.
There are a number of IDL test files in test/, and a script to do
roundtrip tests (IDL -> binary -> IDL).