Native IDE centered around clean cross-compilation and distribution
User Guide »
View Releases
·
Report a Bug
·
Fork Geno
This project uses Premake.
What is Premake?
·
Download
·
Usage
All third-party libraries used are located in /third_party/.
Some of them are stored as git submodules, which means that, unless your submodules are initialized automatically, you need to run: git submodule update --init
To generate the project files, you can simply run the premake executable.
However, if premake is located somewhere else on your disk, or you want to use another generator, you can open a terminal in the project root directory and run it like so: premake5 <action>
where <action> can be a generator of your choice, or left empty to use the system default
build-essential libx11-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libglu1-mesa-dev
Finally, after generating the project files, the application is ready to be built using the corresponding IDE or build tool.
Distributed under the zlib/libpng License. See LICENSE for more information.