X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=README.mingw_cross;h=65d5c3feb1c3839e7686935a9aa4cd96556188b1;hb=2de1ef83369fc6a95039074d91b681038d1540c1;hp=63eb435bb10ec0eb472e0ec026856f94978fa10a;hpb=1f0a09b0b68542b61e03832a43bdf781a16ac4ad;p=freeglut diff --git a/README.mingw_cross b/README.mingw_cross index 63eb435..65d5c3f 100644 --- a/README.mingw_cross +++ b/README.mingw_cross @@ -1,24 +1,24 @@ -Cross-compilation from GNU/Linux (static and shared DLL) -======================================================== - -Install MinGW32 and prepare FreeGLUT on Debian/Ubuntu: - - apt-get install mingw32 - ./configure --host=i586-mingw32msvc --prefix=/freeglut - -Install MinGW32 and prepare FreeGLUT on Fedora: - - yum install mingw32-gcc - ./configure --host=i686-pc-mingw32 --prefix=/freeglut - -Cross-compile! - - make - make install DESTDIR=$(pwd) - -Everything is in the new freeglut/ directory. -The .dll is in the freeglut/bin/. - - -Compilation of your own programs is done as usual. -See README.cygwin_mingw for details. +Cross-compilation from GNU/Linux (static and shared DLL) +======================================================== + +Install MinGW32 and prepare FreeGLUT on Debian/Ubuntu: + + apt-get install mingw32 + ./configure --host=i586-mingw32msvc --prefix=/freeglut + +Install MinGW32 and prepare FreeGLUT on Fedora: + + yum install mingw32-gcc + ./configure --host=i686-pc-mingw32 --prefix=/freeglut + +Cross-compile! + + make + make install DESTDIR=$(pwd) + +Everything is in the new freeglut/ directory. +The .dll is in the freeglut/bin/. + + +Compilation of your own programs is done as usual. +See README.cygwin_mingw for details.