From 81734919d261c2f8c64b64ae82f781b58a9b9637 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Tue, 19 Apr 2011 12:45:11 +0200 Subject: [PATCH] Add info about BUILD_EXAMPLES to the INSTALL file --- INSTALL | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/INSTALL b/INSTALL index e833199f..2aba6b43 100644 --- 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: