-
-
Notifications
You must be signed in to change notification settings - Fork 64
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 on linux #74
Comments
Thanks leiserfg |
It's fixed! |
I'll try to set up a Travis pipeline to build the Linux version, if I make it work I will do a PR. |
Any development on this? I'd love to test Imogen on Linux :) |
I'm cleaning/debugging the 0.14 version atm and I have a linux box. So, in a couple weeks it should be out :) |
Awesome! Thank you :) |
I have been trying to build it on Linux, but I'm having some compilation errors, the first one was regarding BGFX_CONFIG_RENDERER_OPENGLES, I manage to fix it by changing
https://github.com/CedricGuillemet/Imogen//blob/dev-0.14/CMakeLists.txt#L82
to be
ADD_DEFINITIONS(-DBGFX_CONFIG_RENDERER_OPENGLES=31)
but now I'm getting:
undefined reference to 'stbi_write_png'
when linking.
By the way, great work, with a little bit of marketing it can become a huge open source project.
The text was updated successfully, but these errors were encountered: