]> git.sesse.net Git - vlc/commitdiff
cmake: Add a small info.
authorPierre d'Herbemont <pdherbemont@free.fr>
Sun, 2 Mar 2008 22:45:00 +0000 (23:45 +0100)
committerPierre d'Herbemont <pdherbemont@free.fr>
Sun, 2 Mar 2008 22:45:00 +0000 (23:45 +0100)
extras/buildsystem/cmake/README

index b7fef34aa7d93c09f4dc660cd3332c61ce3ba49f..58d107d848434bfc4951b66179795c80e2d849f5 100644 (file)
@@ -6,6 +6,7 @@ WARNING: You are strongly encouraged to use cmake-2.5 (cvs version)
 
 Now you can use CMake as usual:
 $ cd vlc && mkdir build && cd build && cmake .. (or ccmake .. if you want a graphical view of the settings)
+(This will create a build directory)
 $ make [VERBOSE=1 if you want more details]
 $ make install