TheOpenSpaceProgram / new-ospgl

A space exploration game in OpenGL. Devblog: https://tatjam.github.io/index.html
MIT License
43 stars 6 forks source link

update the cmake-build branch #2

Closed Titaniumtown closed 4 years ago

Titaniumtown commented 4 years ago

Allows that cmake-build branch to compile & fixes issues. Runs and compiles fine on my computer. (btw I use arch)

Titaniumtown commented 4 years ago

I created a fork of LuaJIT-cmake to replace the existing one in order to edit the compiler options. More specifically to add "-llua" and "-ldl" as linker options that fix errors I was getting when compiling. I did that because I don't know of anyway to edit a file in a submodule without forking it, if there is a way, please tell me! I would love to learn how!

Edit: Phrasing