Page 1 of 1

Setting up Server Client

PostPosted: Sun Oct 12, 2014 10:01 am
by Jeffrey
I am trying to set up the Cyan Engine at home. I have Windows 7 SP1, I keep getting an error with the quick set up in cmd.exe

Creating build folder... OK
Downloading development libraries... OK
Extracting development libraries... OK
Running CMake to configure build system...
The term 'cmake' is not recognized as a name of a cmdlet, function, script file, or operable program. Check the spelling of the name or if a path was included, verify that the path is correct and try again. At C:\New Folder\Plasma-master\Plasma-master\prepare_env.ps1:30 char:6
+ cmake <<<< -DCMAKE_INSTALL_PREFIX=devlibs -G "Visual Studio 12" ..
+ CategoryInfo : ObjectNotFound: <cmake:String> [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

Press any key to continue...


I've downloaded everything necessary also followed the manual install, watched the video and get as far as the Open AL and can't find what I need to do from there
Thanks

Re: Setting up Server Client

PostPosted: Sun Oct 12, 2014 11:09 am
by Luna
Cmake isn't on your path, that isn't a default setting in windows. You can either reinstall/change cmake to include it in your path or follow the instructions for manual setup found here https://github.com/H-uru/Plasma. You may run into more errors though because I don't know whether it can find the physx sdk as easy as those instrucitons suggest. If it complains about not finding physx, you can set "PHYSX_SDK_PATH" to "<physx_jnstallation_dir>/v2.6.4/SDKs".

It might be easier to help you from the Writers' IRC because the response time is quicker(at least when people are around)