]> git.sesse.net Git - vlc/blob - extras/buildsystem/cmake/README
cmake: Find live555.
[vlc] / extras / buildsystem / cmake / README
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 Now you can use CMake as usual:
6 $ cd vlc && cmake . (or ccmake . if you want a graphical view of the settings)
7 $ make [VERBOSE=1 if you want more details]
8 $ make install
9