This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

Changeset 340 for ps


Ignore:
Timestamp:
06/02/04 03:08:34 (21 years ago)
Author:
janwas
Message:

no message

File:
1 edited

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
     1These libraries must be installed in order to compile.
     2
     3
     4Definitions:
    65
    76$install := directory where the compiler is installed.
     
    109$include := the same for header files (= $install/include).
    1110$GL := directory containing OpenGL headers.
    12   VC6: $install/GL;
     11  VC6: $install/Include/GL;
    1312  VC7: $install/PlatformSDK/Include/GL.
    1413$binaries := directory containing system/ and data/ .
    1514
    1615
    17 TODO:
     16Instructions:
    1817
    1918- OpenGL extensions:
     
    2322  ... and put it in $GL.
    2423
    25 - ZLib (v1.2.1)
     24- ZLib (v1.2.1): [resource decompression]
    2625  download http://www.wildfiregames/com/~code/libraries/zlib121.zip.
    2726  ... extract contents of include/ into $include, and .lib files into $lib.
    2827
    29 - libpng (v1.0.15)
     28- libpng (v1.0.15): [PNG texture loading]
    3029  download http://www.wildfiregames/com/~code/libraries/libpng10.zip.
    3130  ... extract contents of include/ into $include, and .lib files into $lib.
    3231
    33 - Xerces: [required if compiling GUI]
     32- Xerces: [XML parsing for GUI and entity]
    3433  download http://www.wildfiregames/com/~code/libraries/xerces-c_2_5_0-lib.zip
    3534  download http://www.wildfiregames/com/~code/libraries/xerces-c_2_5_0-include.zip
    3635  ... extract contents of include/ into $include, and .lib files into $lib.
    3736
    38 - SpiderMonkey: [required for javascript]
     37- SpiderMonkey: [javascript]
    3938  download http://www.wildfiregames/com/~code/libraries/javascript-sdk.zip.
    4039  ... extract contents of include/ into $include, and .lib files into $lib.
    4140
    42 - FMOD: [required for sound]
     41- FMOD: [sound]
    4342  download http://www.wildfiregames.com/~code/libraries/fmodapi372win.zip
    4443  ... extract contents of include/ into $include, and .lib files into $lib
     44
     45
     46Note: these libraries are stored in the codepit; access via SCP:
     47host = wildfiregames.com
     48port = 22
     49user = code
     50pass = ae3934hjf
Note: See TracChangeset for help on using the changeset viewer.