You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TFE is not building with default CMakeLists.txt configuration on Arch Linux. It will fail on some #include <angelscript.h>
Steps to reproduce:
git clone https://github.com/luciusDXL/TheForceEngine.git
cd TheForceEngine
mkdir tfe-build
cd tfe-build
cmake -S ../ -DCMAKE_BUILD_TYPE=Release
make
I was able to build by setting ENABLE_FORCE_SCRIPT to ON (add -DENABLE_FORCE_SCRIPT=ON in cmake args). I actually also set ENABLE_EDITOR to ON but I don't think it's necessary.
Setting this to ON by default might be a good idea
The text was updated successfully, but these errors were encountered:
TFE is not building with default
CMakeLists.txt
configuration on Arch Linux. It will fail on some#include <angelscript.h>
Steps to reproduce:
I was able to build by setting
ENABLE_FORCE_SCRIPT
toON
(add-DENABLE_FORCE_SCRIPT=ON
in cmake args). I actually also setENABLE_EDITOR
toON
but I don't think it's necessary.Setting this to
ON
by default might be a good ideaThe text was updated successfully, but these errors were encountered: