-
-
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
Can't build on Linux - unknown platform #68
Comments
In the src/platform.h file the linux platform is not set at all. Moreover, the ffmpeg, python,... dependencies are in the repo for Windows. For Linux, the best is to use the package system and the cmake file has to be changed to do that. |
I see. Is there a way to build anything for Linux so far? |
Not easily, I'm afraid. Once the cmake file is tweaked to use python and libtcc is should not be too hard. |
I managed to build on Ubuntu and get something running. Get 0.14 branch to test it |
Arch Linux |
Do you have SDL2 package installed? |
Yes, i have, and i have SDL.h in |
p.s. |
Should be better now |
|
I pushed some commits so it's be possible to compile Imogen with emscripten by cmake/emcmake. Not running yet due to nodes being translated from C to JS |
I'm trying to build latest Master branch code of Imogen on Manjaro Linux.
This is what I get:
The text was updated successfully, but these errors were encountered: