Changeset 07330d2b038c84ea3022adcc12b0e60e74866d61

Show
Ignore:
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
  • INSTALL.win32

    rafbb1da r07330d2  
    4848 
    4949- or on GNU/Linux, using the mingw32 cross-compiler. 
     50  This method is  preferred over all the others. 
    5051 
    5152Getting the right compiler tools 
     
    114115build with the `./configure' script. 
    115116 
    116 I'll assume that you are using the pre-compiled 3rd party libraries I'm 
     117I'll assume that you are using the pre-compiled 3rd party libraries we are 
    117118providing and that they are in /usr/win32. 
    118119 
     
    121122 
    122123  ./bootstrap && \ 
     124  PATH=/usr/win32/bin:$PATH \ 
    123125  PKG_CONFIG_LIBDIR=/usr/win32/lib/pkgconfig \ 
    124126  CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \ 
     
    147149 
    148150  ./bootstrap && \ 
     151  PATH=/usr/win32/bin:$PATH \ 
    149152  PKG_CONFIG_PATH=/usr/win32/lib/pkgconfig \ 
    150153  CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \ 
     
    174177  ./bootstrap && \ 
    175178  PKG_CONFIG_PATH=/usr/win32/lib/pkgconfig \ 
     179  PATH=/usr/win32/bin:$PATH \ 
    176180  CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \ 
    177181  LDFLAGS=-L/usr/win32/lib \