1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-16 16:02:54 +02:00
vlc/extras/buildsystem/cmake
Ludovic Fauvet 6b468738b8 New recently played menu.
* Configuration aware to enable/disable (default enabled)
 * Filters available to ignore some patterns (using QRegExp)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2008-10-20 01:55:25 +02:00
..
CMakeLists New recently played menu. 2008-10-20 01:55:25 +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
cmake_uninstall.cmake.in cmake: Support make uninstall. 2008-02-07 18:41:31 +00:00
config.h.cmake Remove support DBus & HAL APIs 2008-06-02 22:10:26 +02:00
README cmake: Add a small info. 2008-03-02 23:45:00 +01:00

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