Last change
on this file since 944 was
944,
checked in by sam, 11 years ago
|
build: add a Win64 cross-build script and upgrade glew to 1.7.0.
|
File size:
540 bytes
|
Rev | Line | |
---|
[944] | 1 | ##################### |
---|
| 2 | # Building contribs # |
---|
| 3 | ##################### |
---|
| 4 | |
---|
| 5 | Glew |
---|
| 6 | ---- |
---|
| 7 | |
---|
| 8 | Download page: http://sourceforge.net/projects/glew/files/glew/1.7.0/glew-1.7.0.tgz/download |
---|
| 9 | |
---|
| 10 | - fix config/Makefile.linux-mingw32 and config/Makefile.linux-mingw64 to |
---|
| 11 | get the right compiler and linker executable names. |
---|
| 12 | |
---|
| 13 | - make SYSTEM=linux-mingw32 |
---|
| 14 | - i686-w64-mingw32-ranlib lib/*.a |
---|
| 15 | - copy lib/*.a in the contrib directory as *.lib |
---|
| 16 | |
---|
| 17 | - make clean |
---|
| 18 | |
---|
| 19 | - make SYSTEM=linux-mingw64 |
---|
| 20 | - x86_64-w64-mingw32-ranlib lib/*.a |
---|
| 21 | - copy lib/*.a in the contrib directory as *.lib |
---|
| 22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.