Changeset c31926a0489ced7523294ef7bd74c3bee9ea3ae0
- Timestamp:
- 04/11/03 22:45:48
(5 years ago)
- Author:
- Cyril Deguet <asmax@videolan.org>
- git-committer:
- Cyril Deguet <asmax@videolan.org> 1050093948 +0000
- git-parent:
[180462f5a050f0e39c9b3afefc0b5154fc298b3b]
- git-author:
- Cyril Deguet <asmax@videolan.org> 1050093948 +0000
- Message:
* user-friendly(?) build system, based on linux Menuconfig script.
Just run ./menuconfig and ./build-vlc (or just ./build-vlc)
It's actually a wrapper which calls configure, but only a small number
of vlc functionalities has been implemented at the moment.
Please try it however ;)
(you must have libncurses-dev installed)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1000490 |
rc31926a |
|
| 1 | 1 | all: |
|---|
| 2 | | python setup.py build |
|---|
| | 2 | python1.5 setup.py build |
|---|
| 3 | 3 | |
|---|
| 4 | 4 | install: |
|---|
| 5 | | python setup.py install |
|---|
| | 5 | python1.5 setup.py install |
|---|
| 6 | 6 | |
|---|
| 7 | 7 | clean: |
|---|