Updated the notes of the Code::Blocks project

stable-5.2
David Dormagen 2009-05-15 21:34:38 +02:00
parent fc41c576bd
commit 25956dc1be
1 changed files with 19 additions and 7 deletions

View File

@ -7,7 +7,25 @@
<Option compiler="gcc" />
<Option show_notes="1">
<notes>
<![CDATA[Q&A:
<![CDATA[How-To:
1. Install Guenther's mingw-lib package.
(http://forum.openclonk.org/topic_show.pl?pid=1522#pid1522)
Attention: The folder include/freetype2/freetype from the package has to be in your MinGW include-directory (so that you have MinGW/include/freetype)
The other stuff is in a proper directory structure for just unpacking it as it is.
2. Install fmod.
(http://forum.openclonk.org/topic_show.pl?pid=1405#pid1405)
3. Select your "Build target" in the drop-down-box above.
(I recommend "Engine Release Win32")
4. Click "Build".
5. The Clonk.exe will compile directly into your planet subfolder.
(6. Don't forget to put the .dlls from the installed packages into the planet folder.)
Q&A:
Q: I get a lot of linker errors and missing headers and stuff?
A: You have to install Guenther's mingw-lib package: http://forum.openclonk.org/topic_show.pl?pid=1522#pid1522
@ -190,12 +208,6 @@ A: Read http://forum.openclonk.org/topic_show.pl?pid=1405#pid1405 and install (a
</ResourceCompiler>
<Linker>
<Add library="..\obj\Standard\lib\libStandardDCon.a" />
<Add library="odbc32" />
<Add library="odbccp32" />
<Add library="wsock32" />
<Add library="dsound" />
<Add library="fmodvc" />
<Add library="libeay32" />
<Add directory="..\deps\lib" />
</Linker>
</Target>