271
edits
m |
Ccawley2011 (talk | contribs) |
||
Line 20: | Line 20: | ||
* [https://github.com/libsdl-org/SDL-1.2 SDL 1.2]. For Windows 95/98/ME support | * [https://github.com/libsdl-org/SDL-1.2 SDL 1.2]. For Windows 95/98/ME support | ||
** You need the latest SDL 1.2 source code revision from GitHub ([https://github.com/libsdl-org/SDL-1.2/tree/ | ** You need the latest SDL 1.2 source code revision from GitHub ([https://github.com/libsdl-org/SDL-1.2/tree/27d991f356a2712feba0d7749f11807849665491 27d991f356a2712feba0d7749f11807849665491] at the time of writing). | ||
* [https://www.libsdl.org/projects/SDL_net/ SDL2_net]. Optional, for network support. | * [https://www.libsdl.org/projects/SDL_net/ SDL2_net]. Optional, for network support. | ||
Line 75: | Line 75: | ||
* [https://tls.mbed.org/ mbedTLS]. Optional, for cloud support. | * [https://tls.mbed.org/ mbedTLS]. Optional, for cloud support. | ||
** You need the latest mbedTLS source code ([https://github.com/ARMmbed/mbedtls/archive/v2. | ** You need the latest mbedTLS source code ([https://github.com/ARMmbed/mbedtls/archive/v2.26.0.tar.gz v2.26.0] at the time of writing). | ||
* [https://curl.se/ libcurl]. Optional, for cloud support. | * [https://curl.se/ libcurl]. Optional, for cloud support. | ||
** You need the latest libcurl source code ([https://curl.se/download/curl-7. | ** You need the latest libcurl source code ([https://curl.se/download/curl-7.76.0.tar.xz 7.76.0] at the time of writing). | ||
* [ | * [https://github.com/nigels-com/glew GLEW]. Optional, for hardware acceleration in 3D games. | ||
** You need the latest GLEW source code ([https:// | ** You need the latest GLEW source code ([https://github.com/nigels-com/glew/tree/glew-2.2.0 v2.2.0] at the time of writing). | ||
==== Precompiled libraries ==== | ==== Precompiled libraries ==== | ||
Line 449: | Line 449: | ||
Then issue these commands to compile and install the library: | Then issue these commands to compile and install the library: | ||
make install.all GLEW_PREFIX=$PREFIX GLEW_DEST=$PREFIX | make install.all GLEW_PREFIX=$PREFIX GLEW_DEST=$PREFIX GLEW_NO_GLU=-DGLEW_NO_GLU | ||
edits