vlc/extras/buildsystem/cmake
Angelo Haller 0df51d03d9 Move mime type guessing by extension to separate file and export it
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2012-08-28 19:06:04 +02:00
..
CMakeLists Move mime type guessing by extension to separate file and export it 2012-08-28 19:06:04 +02:00
include Remove useless and unfinished seamcarving resizer plugin. (We don't want experimentations in a release do we? :p) 2008-08-24 16:30:56 +02:00
scripts cmake: Fix bootstrap script. 2008-05-09 12:37:50 +02:00
README cmake: Add a small info. 2008-03-02 23:45:00 +01:00
cmake_uninstall.cmake.in cmake: Support make uninstall. 2008-02-07 18:41:31 +00:00
config.h.cmake ts mux: assume dvbpsi_GenSDTSections is present 2012-02-09 20:00:21 -05:00

README

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 && 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