jmorton06 / Lumos

Cross-Platform C++ 2D/3D game engine
MIT License
1.21k stars 130 forks source link

readme git clone recursive and premake5 #93

Closed danilw closed 2 years ago

danilw commented 2 years ago

https://github.com/jmorton06/Lumos/blob/master/README.md

git clone --recursive https://github.com/jmorton06/Lumos.git

Tools/premake5 has wrong architecture for x86-64 CPU, Tools/linux/premake5 works

Tools/linux/premake5 gmake2
jmorton06 commented 2 years ago

Thank you. Will fix in the readme