]> granicus.if.org Git - taglib/commitdiff
Add info about BUILD_EXAMPLES to the INSTALL file
authorLukáš Lalinský <lalinsky@gmail.com>
Tue, 19 Apr 2011 10:45:11 +0000 (12:45 +0200)
committerLukáš Lalinský <lalinsky@gmail.com>
Tue, 19 Apr 2011 10:45:11 +0000 (12:45 +0200)
INSTALL

diff --git a/INSTALL b/INSTALL
index e833199f085069a327832f74be9fdc21dbf48642..2aba6b43df34cb7cc24f0f7ad1df342ee5d1b0ff 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -14,6 +14,10 @@ support for MP4 and WMA using the following options:
 
   cmake -DWITH_MP4=ON -DWITH_ASF=ON [...]
 
+In order to build the included examples, use the BUILD_EXAMPLES option:
+
+  cmake -DBUILD_EXAMPLES=ON [...]
+
 If you want to run the test suite to make sure TagLib works properly on your
 system, you need to have cppunit installed. The test suite has a custom target
 in the build system, so you can run the tests using make: