Hi,i would like to use sfml with sfgui.
If i understand correctly the last version of sfgui require me to build sfml from the git files first.
I manage to compile SFML-master with cmake gui with no errors.
I built the sfml project file with codeblocks and i chose install .
I dl glew-1.12.0-win32 and SFGUI-0.2.3-source.
I get this when i clic configure:
I indicate the glew include and glew library and i clic configure again and i get this:
I indicate the sfml folder that codeblocks created and i get this:
I am not very familiar with cmake so i don't know what to do now.
Should i rebuild sfml ? Is there any precompiled sfgui libs that can work with sfml 2.2 or sfml git ?
Please help the debutant that i am.