Changeset 61d872f559ebffc1a4e0768a77d3631523c60d71
- Timestamp:
- 11/25/06 16:07:40
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1164467260 +0000
- git-parent:
[9ca47af17d757cb69c87cd1dece56db2c65732b1]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1164467260 +0000
- Message:
Add note for FreeBSD 4
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rfe35447 |
r61d872f |
|
| 25 | 25 | |
|---|
| 26 | 26 | make distclean ; ./configure --prefix=/usr --enable-wxwindows --enable-debug |
|---|
| | 27 | |
|---|
| | 28 | We recommend using GCC (versions 3.3 or later) to build VLC, though some |
|---|
| | 29 | people reported success with the Intel C compiler (version 8) as well. As of |
|---|
| | 30 | VLC version 0.9.0, GCC 2.95 is not supported anymore; if this is the default |
|---|
| | 31 | compiler on your system (e.g. FreeBSD 4.x), please select a more recent |
|---|
| | 32 | version manually by setting the CC and CXX environment variables |
|---|
| | 33 | appropriately while running the ./configure shell script. |
|---|
| 27 | 34 | |
|---|
| 28 | 35 | |
|---|