From: Pierre d'Herbemont Date: Mon, 25 Feb 2008 22:24:01 +0000 (+0000) Subject: cmake: Update the README. X-Git-Tag: 0.9.0-test0~2485 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=3fd7eb0f358128381965ebd5614270b357d4ab15;p=vlc cmake: Update the README. --- diff --git a/extras/buildsystem/cmake/README b/extras/buildsystem/cmake/README index 29f1f2006a..b7fef34aa7 100644 --- a/extras/buildsystem/cmake/README +++ b/extras/buildsystem/cmake/README @@ -2,8 +2,10 @@ To use CMake: First, as CMake isn't the default on vlc populate its CMakeLists files: $ cd vlc && sh ./extras/buildsystem/cmake/scripts/convert_vlc_to_cmake.sh +WARNING: You are strongly encouraged to use cmake-2.5 (cvs version) + Now you can use CMake as usual: -$ cd vlc && cmake . (or ccmake . if you want a graphical view of the settings) +$ cd vlc && mkdir build && cd build && cmake .. (or ccmake .. if you want a graphical view of the settings) $ make [VERBOSE=1 if you want more details] $ make install