There are a few flaws in the compiling guide which should be edited some day:
1) - probably all variants:
Last Update
This guide has been updated by $, the $.
The "$" placeholders seem to be non-functional.
__
2) specific for Windows - MSVC:
PlaneShift
Execute the following commands :
xcopy "C:\Development\CS\crystalspace-1.4-vc9_d.dll" "C:\Development\PlaneShift" /D /Y
xcopy "C:\Development\CS\libcal3d-csvc9_d.dll" "C:\Development\PlaneShift" /D /Y
xcopy "C:\Development\CS\libz-cs.dll" "C:\Development\PlaneShift" /D /Y
I believe we already use CS 1.9_004, therefore the file is probably not "crystalspace-1.4-vc9_d.dll" anymore, but "crystalspace-1.9-vc9_d.dll" now.
__
3) specific for Win32 probably:
We have to install the developer package for cURL now.
Unfortunately, PS looks for a
libcurl.lib which does not exist. You will probably need to copy either
\development\curl\lib\Debug\curllib-static.lib or
\development\curl\lib\Release\curllib-static.lib to \development\curl\libcurl.lib to make
apppsclient build.
But even if you try to use
curllib-static.lib instead of
curllib.lib, you may still need to copy all DLLs to
\development\planeshift if you build PlaneShift with DLLs.