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 321 for ps


Ignore:
Timestamp:
05/30/04 02:08:46 (21 years ago)
Author:
acumen
Message:

Made some further required-libraries.txt adjustments, just to consolidate what I've learnt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ps/trunk/source/workspaces/required-libraries.txt

    r320 r321  
    1818
    1919- OpenGL extensions:
    20   download glext.h and put it in $GL.
    21   download wglext.h and put it in $GL.
     20  download http://www.wildfiregames/com/~code/libraries/glext.h
     21  ... and put it in $GL.
     22  download http://www.wildfiregames/com/~code/libraries/wglext.h
     23  ... and put it in $GL.
    2224
    2325- ZLib (v1.2.1)
    24   download zlib121.zip.
    25   extract contents of include/ into $include,
    26   .lib files into $lib, and .DLLs into $binaries.
     26  download http://www.wildfiregames/com/~code/libraries/zlib121.zip.
     27  ... extract contents of include/ into $include, and .lib files into $lib.
    2728
    2829- libpng (v1.0.15)
    29   download libpng10.zip.
    30   extract contents of include/ into $include,
    31   .lib files into $lib, and .DLLs into $binaries.
     30  download http://www.wildfiregames/com/~code/libraries/libpng10.zip.
     31  ... extract contents of include/ into $include, and .lib files into $lib.
    3232
    3333- Xerces: [required if compiling GUI]
    34   download xerces-c_2_5_0-windows_nt-msvc_60.zip.
    35   extract contents of include/ into $include,
    36   .lib files into $lib, and .DLLs into $binaries.
    37 
    38   to reduce download size, you can instead grab the following
    39   archives, which leave out everything we don't need:
    40   http://www.wildfiregames/com/~code/libraries/xerces-c_2_5_0-lib.zip
    41   http://www.wildfiregames/com/~code/libraries/xerces-c_2_5_0-include.zip
    42   http://www.wildfiregames/com/~code/libraries/xerces-c_2_5_0.dll
    43   extract into the appropriate directories as explained above.
     34  download http://www.wildfiregames/com/~code/libraries/xerces-c_2_5_0-lib.zip
     35  download http://www.wildfiregames/com/~code/libraries/xerces-c_2_5_0-include.zip
     36  ... extract contents of include/ into $include, and .lib files into $lib.
    4437
    4538- SpiderMonkey: [required for javascript]
    46   download javascript-sdk.zip.
    47   extract contents of include/ into $include,
    48   and .lib files into $lib.
     39  download http://www.wildfiregames/com/~code/libraries/javascript-sdk.zip.
     40  ... extract contents of include/ into $include, and .lib files into $lib.
Note: See TracChangeset for help on using the changeset viewer.