- Timestamp:
- 06/02/04 03:08:34 (21 years ago)
- File:
-
- 1 edited
-
ps/trunk/source/workspaces/required-libraries.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ps/trunk/source/workspaces/required-libraries.txt
r337 r340 1 The codepit with all required files is accessed via SCP: 2 host = wildfiregames.com 3 port = 22 4 user = code 5 pass = ae3934hjf 1 These libraries must be installed in order to compile. 2 3 4 Definitions: 6 5 7 6 $install := directory where the compiler is installed. … … 10 9 $include := the same for header files (= $install/include). 11 10 $GL := directory containing OpenGL headers. 12 VC6: $install/ GL;11 VC6: $install/Include/GL; 13 12 VC7: $install/PlatformSDK/Include/GL. 14 13 $binaries := directory containing system/ and data/ . 15 14 16 15 17 TODO:16 Instructions: 18 17 19 18 - OpenGL extensions: … … 23 22 ... and put it in $GL. 24 23 25 - ZLib (v1.2.1) 24 - ZLib (v1.2.1): [resource decompression] 26 25 download http://www.wildfiregames/com/~code/libraries/zlib121.zip. 27 26 ... extract contents of include/ into $include, and .lib files into $lib. 28 27 29 - libpng (v1.0.15) 28 - libpng (v1.0.15): [PNG texture loading] 30 29 download http://www.wildfiregames/com/~code/libraries/libpng10.zip. 31 30 ... extract contents of include/ into $include, and .lib files into $lib. 32 31 33 - Xerces: [ required if compiling GUI]32 - Xerces: [XML parsing for GUI and entity] 34 33 download http://www.wildfiregames/com/~code/libraries/xerces-c_2_5_0-lib.zip 35 34 download http://www.wildfiregames/com/~code/libraries/xerces-c_2_5_0-include.zip 36 35 ... extract contents of include/ into $include, and .lib files into $lib. 37 36 38 - SpiderMonkey: [ required forjavascript]37 - SpiderMonkey: [javascript] 39 38 download http://www.wildfiregames/com/~code/libraries/javascript-sdk.zip. 40 39 ... extract contents of include/ into $include, and .lib files into $lib. 41 40 42 - FMOD: [ required forsound]41 - FMOD: [sound] 43 42 download http://www.wildfiregames.com/~code/libraries/fmodapi372win.zip 44 43 ... extract contents of include/ into $include, and .lib files into $lib 44 45 46 Note: these libraries are stored in the codepit; access via SCP: 47 host = wildfiregames.com 48 port = 22 49 user = code 50 pass = ae3934hjf
Note:
See TracChangeset
for help on using the changeset viewer.
