-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building for Linux #3
Comments
There is a cmake_linux.sh file in the repo root directory, I guess that's what you should use? |
I wasn't really sure what to do either, I found cmake_linux.sh, which quietly makes build scripts somewhere else. Somewhere else turned out to be: ./build/gcc/release which I'm sure is dependent upon what switches you throw when running cmake_linux.sh Did you get any further with your build? Mine is failing on what looks like proprietary Id code: (What's interesting is that it fails at the same place when compiling with clang instead of gcc, it's like the code itself is actually broken, I wonder if the author has compiled successfully on linux recently?)
|
Prototyping
Hello,
You've described building for Windows. But what if I want to build your engine for Linux instead?
The text was updated successfully, but these errors were encountered: