Changeset 3fd7eb0f358128381965ebd5614270b357d4ab15
- 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
| red6e425 |
r3fd7eb0 |
|
| 3 | 3 | $ cd vlc && sh ./extras/buildsystem/cmake/scripts/convert_vlc_to_cmake.sh |
|---|
| 4 | 4 | |
|---|
| | 5 | WARNING: You are strongly encouraged to use cmake-2.5 (cvs version) |
|---|
| | 6 | |
|---|
| 5 | 7 | Now 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) |
|---|
| 7 | 9 | $ make [VERBOSE=1 if you want more details] |
|---|
| 8 | 10 | $ make install |
|---|