Changeset 50c2f442026fc2e73f399a928070cdc0af9b7288

Show
Ignore:
Timestamp:
03/02/08 23:45:00 (6 months ago)
Author:
Pierre d'Herbemont <pdherbemont@free.fr>
git-committer:
Pierre d'Herbemont <pdherbemont@free.fr> 1204497900 +0100
git-parent:

[dbddc5ae452252807b520abdb803cf5f231bbdf0]

git-author:
Pierre d'Herbemont <pdherbemont@free.fr> 1204497900 +0100
Message:

cmake: Add a small info.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/buildsystem/cmake/README

    r3fd7eb0 r50c2f44  
    77Now you can use CMake as usual: 
    88$ 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) 
    910$ make [VERBOSE=1 if you want more details] 
    1011$ make install