root/extras/buildsystem/cmake/README

Revision 50c2f442026fc2e73f399a928070cdc0af9b7288, 467 bytes (checked in by Pierre d'Herbemont <pdherbemont@free.fr>, 9 months ago)

cmake: Add a small info.

  • Property mode set to 100644
Line 
1 To use CMake:
2 First, as CMake isn't the default on vlc populate its CMakeLists files:
3 $ cd vlc && sh ./extras/buildsystem/cmake/scripts/convert_vlc_to_cmake.sh
4
5 WARNING: You are strongly encouraged to use cmake-2.5 (cvs version)
6
7 Now you can use CMake as usual:
8 $ cd vlc && mkdir build && cd build && cmake .. (or ccmake .. if you want a graphical view of the settings)
9 (This will create a build directory)
10 $ make [VERBOSE=1 if you want more details]
11 $ make install
12
Note: See TracBrowser for help on using the browser.