1
0
forked from 0ad/0ad

now references stripped down versions of xerces uploaded by stu

This was SVN commit r280.
This commit is contained in:
janwas 2004-05-28 11:09:12 +00:00
parent cb93be5272
commit c427da4cd2

View File

@ -33,3 +33,10 @@ TODO:
download xerces-c_2_5_0-windows_nt-msvc_60.zip.
extract contents of include/ into $include,
.lib files into $lib, and .DLLs into $binaries.
to reduce download size, you can instead grab the following
archives, which leave out everything we don't need:
http://www.wildfiregames/com/~code/libraries/xerces-c_2_5_0-lib.zip
http://www.wildfiregames/com/~code/libraries/xerces-c_2_5_0-include.zip
http://www.wildfiregames/com/~code/libraries/xerces-c_2_5_0.dll
extract into the appropriate directories as explained above.