Page 1 of 1

Hi, I'm having truble with the source code and need help

Posted: 2015-01-04, 07:24
by andrewdixon
Hi, Cafu Engine I'm trying to get the source code working I did everything the getting started with source code and installed everything like it said, I get this message

scons: *** No SConstruct file found.
File "C:\Python27\Scripts\..\lib\site-packages\scons-2.3.3\SCons\script\Main.py" , line 920, in _main

Thanks Cafu Engine :)

Re: Hi, I'm having truble with the source code and need help

Posted: 2015-01-04, 11:59
by Carsten
Hi andrewdixon,
welcome to the Cafu forums! :welcome:

It looks as if you didn't change into the proper working directory before running scons. From section Compiling the Source Code:
At the command prompt, change into the top-level Cafu directory (where also the files CompilerSetup.py(.tmpl) and SConstruct are), then type:

Code: Select all

scons
Does this help?