Add info about BUILD_EXAMPLES to the INSTALL file

This commit is contained in:
Lukáš Lalinský
2011-04-19 12:45:11 +02:00
parent d03ef3c312
commit 81734919d2

View File

@ -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: