diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2005-07-30 09:57:57 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2005-07-30 09:57:57 +0000 |
commit | b32fb5708801eac76bd3e76be5b4e1b7ee328fca (patch) | |
tree | 1be59fb98b6b6e77baf471cec4be54f4dcc7d566 | |
parent | d5017abb571eebb9c3751e22ade87337050b931b (diff) | |
download | xine-lib-b32fb5708801eac76bd3e76be5b4e1b7ee328fca.tar.gz xine-lib-b32fb5708801eac76bd3e76be5b4e1b7ee328fca.tar.bz2 |
*BUGFIX*
Little update when I used again the document. (belongs to xine-1 too)
CVS patchset: 7699
CVS date: 2005/07/30 09:57:57
-rw-r--r-- | doc/README.MINGWCROSS | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/README.MINGWCROSS b/doc/README.MINGWCROSS index b23e61c1c..c238d665e 100644 --- a/doc/README.MINGWCROSS +++ b/doc/README.MINGWCROSS @@ -21,8 +21,8 @@ Download http://mingw.org/download.shtml - 1) binutils (sources) - 2) gcc-core, gcc-c++ (sources) + 1) binutils (sources), binutils-build.sh + 2) gcc-core, gcc-c++ (sources), gcc-build.sh 3) w32api, mingw-runtime (binaries and sources) DirectX headers (tested with version 7): @@ -89,14 +89,16 @@ In following text are used symbols PREFIX and USER with this meaning: tar xzf gcc-g++-3.3.1-20030804-1-src.tar.gz mkdir gcc-bin cd gcc-bin + # more option may be needed for successfull compilation, + # see gcc-3.3.1-1-build.sh ../gcc-3.3.1-20030804-1/configure \ --disable-shared \ - --enable-static \ --target=i386-mingw32 \ --with-headers=../runtime/include \ --with-libs=../runtime/lib \ --prefix=PREFIX make + #or recommended: make CFLAGS=-O2 LDFLAGS=-s su make install exit @@ -147,7 +149,7 @@ In following text are used symbols PREFIX and USER with this meaning: 5. install DirectX headers and other libraries su cd PREFIX/include - # untar dx7headers.tar.gz + # untar dx7headers.tar.gz (maybe to a subdirectory) ... exit |