Changeset 07330d2b038c84ea3022adcc12b0e60e74866d61
- Timestamp:
- 04/17/07 21:24:49
(1 year ago)
- Author:
- Christophe Mutricy <xtophe@videolan.org>
- git-committer:
- Christophe Mutricy <xtophe@videolan.org> 1176837889 +0000
- git-parent:
[0559d37d75ea9841cbd773e037605eaac5869b76]
- git-author:
- Christophe Mutricy <xtophe@videolan.org> 1176837889 +0000
- Message:
INSTALL.win32: Set correctly PATH when using contribs + misc fix
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rafbb1da |
r07330d2 |
|
| 48 | 48 | |
|---|
| 49 | 49 | - or on GNU/Linux, using the mingw32 cross-compiler. |
|---|
| | 50 | This method is preferred over all the others. |
|---|
| 50 | 51 | |
|---|
| 51 | 52 | Getting the right compiler tools |
|---|
| … | … | |
| 114 | 115 | build with the `./configure' script. |
|---|
| 115 | 116 | |
|---|
| 116 | | I'll assume that you are using the pre-compiled 3rd party libraries I'm |
|---|
| | 117 | I'll assume that you are using the pre-compiled 3rd party libraries we are |
|---|
| 117 | 118 | providing and that they are in /usr/win32. |
|---|
| 118 | 119 | |
|---|
| … | … | |
| 121 | 122 | |
|---|
| 122 | 123 | ./bootstrap && \ |
|---|
| | 124 | PATH=/usr/win32/bin:$PATH \ |
|---|
| 123 | 125 | PKG_CONFIG_LIBDIR=/usr/win32/lib/pkgconfig \ |
|---|
| 124 | 126 | CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \ |
|---|
| … | … | |
| 147 | 149 | |
|---|
| 148 | 150 | ./bootstrap && \ |
|---|
| | 151 | PATH=/usr/win32/bin:$PATH \ |
|---|
| 149 | 152 | PKG_CONFIG_PATH=/usr/win32/lib/pkgconfig \ |
|---|
| 150 | 153 | CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \ |
|---|
| … | … | |
| 174 | 177 | ./bootstrap && \ |
|---|
| 175 | 178 | PKG_CONFIG_PATH=/usr/win32/lib/pkgconfig \ |
|---|
| | 179 | PATH=/usr/win32/bin:$PATH \ |
|---|
| 176 | 180 | CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \ |
|---|
| 177 | 181 | LDFLAGS=-L/usr/win32/lib \ |
|---|