]> git.sesse.net Git - vlc/commitdiff
cmake: Update the README.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 25 Feb 2008 22:24:01 +0000 (22:24 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Mon, 25 Feb 2008 22:24:01 +0000 (22:24 +0000)
extras/buildsystem/cmake/README

index 29f1f2006a58c902c9dd2acdaaeafbb7f1430519..b7fef34aa7d93c09f4dc660cd3332c61ce3ba49f 100644 (file)
@@ -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