libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit 4c4ad458e183912c7853f9832ff3e6b2c8f05088
parent 2aff19567684511505af576b489fc81a8d0fadf1
Author: Heikki Lindholm <holin@iki.fi>
Date:   Sat,  4 Apr 2009 17:40:53 +0000

cosmetics


Diffstat:
MREADME.macosx | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.macosx b/README.macosx @@ -4,7 +4,7 @@ libextractor on Mac OS X libextractor has two installation methods on Mac OS X: it can be installed as a Mac OS X framework or with the standard `./configure; make; make install' shell commands. The framework package is self-contained, but currently omits -some of the libextractor plugins that can be compiled in if libextractor is +some of the extractor plugins that can be compiled in if libextractor is installed with ./configure; make; make install' (provided that the required dependencies exist.) @@ -41,8 +41,8 @@ gcc -I/Library/Frameworks/Extractor.framework/Versions/Current/include -o hello Notice the difference in the #include line. -When using the framework in projects using autotools, one would most likely -want to add +When using the framework as a dynamic library in projects using autotools, +one would most likely want to add "-I/Library/Frameworks/Extractor.framework/Versions/Current/include" to CPPFLAGS and "-L/Library/Frameworks/Extractor.framework/Versions/Current/lib"