Changeset 3fd7eb0f358128381965ebd5614270b357d4ab15

Show
Ignore:
Timestamp:
25/02/08 23:24:01 (8 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1203978241 +0000
git-parent:

[95932c1566de36c6fbcee2ee1f4db6d5a476a2b0]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1203978241 +0000
Message:

cmake: Update the README.

Files:

Legend:

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

    red6e425 r3fd7eb0  
    33$ cd vlc && sh ./extras/buildsystem/cmake/scripts/convert_vlc_to_cmake.sh 
    44 
     5WARNING: You are strongly encouraged to use cmake-2.5 (cvs version) 
     6 
    57Now you can use CMake as usual: 
    6 $ cd vlc && cmake . (or ccmake . if you want a graphical view of the settings) 
     8$ cd vlc && mkdir build && cd build && cmake .. (or ccmake .. if you want a graphical view of the settings) 
    79$ make [VERBOSE=1 if you want more details] 
    810$ make install