Changeset 07330d2b038c84ea3022adcc12b0e60e74866d61 for INSTALL.win32
- Timestamp:
- 04/17/07 21:24:49 (1 year ago)
- git-parent:
- Files:
-
- INSTALL.win32 (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
INSTALL.win32
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'm117 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 \
