SFGUI icon indicating copy to clipboard operation
SFGUI copied to clipboard

Add notice to website about running CMake in dev console

Open TankOs opened this issue 11 years ago • 2 comments

CMake, on Windows, needs to be run from the Visual Studio developer console in order to function correctly (at least for the NMake generator).

There's already a notice in the Building section, but it's missing in the Running CMake section.

TankOs avatar Feb 18 '14 19:02 TankOs

No it doesn't, as far as Visual Studio is concerned. I specified my SFML install path by setting SFML_PATH to my libraries folder (which is where i built SFML and put the libs/headers into) and SFGUI generated and built just fine. No console needed.

essial avatar Jan 14 '18 05:01 essial

It does if you use nmake. If you build a solution file, it's not needed. Also, setting SFML_PATH is the wrong variable, you need to set SFML_ROOT.

eXpl0it3r avatar Jan 14 '18 06:01 eXpl0it3r