aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-08 08:52:40 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-08 08:52:40 +0000
commit49210e38b06a2e611cf506c1c2744eb431cd33cb (patch)
tree6b02b40cf64721dba4f6b1751954f48c805a86b8
parent89c9a5b8c89f59555e894503c33b6debe5ff5701 (diff)
downloadlibextractor-49210e38b06a2e611cf506c1c2744eb431cd33cb.tar.gz
libextractor-49210e38b06a2e611cf506c1c2744eb431cd33cb.zip
formatting
-rw-r--r--doc/libextractor.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/libextractor.texi b/doc/libextractor.texi
index ae18bca..3328da2 100644
--- a/doc/libextractor.texi
+++ b/doc/libextractor.texi
@@ -200,7 +200,7 @@ libavformat-dev
200@item 200@item
201libswscale-dev 201libswscale-dev
202@item 202@item
203@libgstreamer1.0-dev 203libgstreamer1.0-dev
204@end itemize 204@end itemize
205 205
206For Subversion access and compilation one also needs: 206For Subversion access and compilation one also needs:
@@ -294,22 +294,22 @@ inside it. The Mac OS X installer application will then run. The framework
294is installed to the root volume's @file{/Library/Frameworks} folder and installing 294is installed to the root volume's @file{/Library/Frameworks} folder and installing
295will require admin privileges. 295will require admin privileges.
296 296
297The framework can be uninstalled by dragging 297The framework can be uninstalled by dragging @*
298@file{/Library/Frameworks/Extractor.framework} cto the @file{Trash}. 298@file{/Library/Frameworks/Extractor.framework} to the @file{Trash}.
299 299
300 300
301@subsection Using the framework 301@subsection Using the framework
302 302
303In the framework, the @command{extract} command line tool can be found at 303In the framework, the @command{extract} command line tool can be found at @*
304@file{/Library/Frameworks/Extractor.framework/Versions/Current/bin/extract} 304@file{/Library/Frameworks/Extractor.framework/Versions/Current/bin/extract}
305 305
306The framework can be used in software projects as a framework or as a dynamic 306The framework can be used in software projects as a framework or as a dynamic
307library. 307library.
308 308
309When using the framework as a dynamic library in projects using autotools, 309When using the framework as a dynamic library in projects using autotools,
310one would most likely want to add 310one would most likely want to add @*
311"-I/Library/Frameworks/Extractor.framework/Versions/Current/include" 311"-I/Library/Frameworks/Extractor.framework/Versions/Current/include"
312to CPPFLAGS and 312to CPPFLAGS and @*
313"-L/Library/Frameworks/Extractor.framework/Versions/Current/lib" 313"-L/Library/Frameworks/Extractor.framework/Versions/Current/lib"
314to LDFLAGS. 314to LDFLAGS.
315 315