SFML community forums

Help => General => Topic started by: vurentjie on June 26, 2008, 11:58:38 pm

Title: easiest way to hook csfml with sfml workspace
Post by: vurentjie on June 26, 2008, 11:58:38 pm
hi,

yip, another post,

just want to know what the easiest way would be to connect csfml build workspace with the sfml workspace (code::blocks),  

could i just copy the missing includes from the c++ build source, as well as the other stuff like main, zlib, etc,

and the sfml libs to the csfml/libs folder ??
Title: easiest way to hook csfml with sfml workspace
Post by: vurentjie on June 27, 2008, 12:09:52 am
never mind realized i just need to include them in my mingw libs...coolio



okay, not sure where to put extlibs ??
Title: easiest way to hook csfml with sfml workspace
Post by: vurentjie on June 27, 2008, 12:18:18 am
okay, i put the extlibs folder completely outside of the csfml folder, actually directly next to it, it seems to be tracking it to here, i think i have completed the first step, now on to the cygwin stuff,  eeeek!


edit----i read through the tutorial on building in code::blocks, and it talks about one step extra for static libs,

Quote

Compiling SFML static libraries with MinGW requires an extra-step if you want to include the external libraries as well, Code::Blocks can't do it automatically.


but i don't seem to get complaints where i placed the extlibs folder, i can build the static libs, does this sound ok?
Title: easiest way to hook csfml with sfml workspace
Post by: Laurent on June 27, 2008, 02:50:53 am
Hi

Before I can help you with these manipulations, you should first tell us what you're trying to do ;)

Do you want to compile both SFML and CSFML using Code::Blocks ?