Building on linux
See original GitHub issueI 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.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Building and Installing Software Packages for Linux: Using ...
In its simplest form, a Makefile is a script for compiling or building the "binaries", the executable portions of a package. The Makefile...
Read more >Building On Linux - GnuCash
Build using CMake and Ninja ; install/local, install in /usr/local (requires admin privileges - prefix with sudo) ; check, build and run the...
Read more >Welcome to Linux From Scratch!
Linux From Scratch (LFS) is a project that provides you with step-by-step instructions for building your own custom Linux system, entirely from source...
Read more >Build Your Own Linux: Presented by Linux Academy
"Build Your Own Linux (From Scratch)" walks users through building a basic Linux distribution. Presented by Linux Academy & Cloud Assessments.
Read more >Development/BuildingOnLinux
Do also read our generic building hints. Build dependencies. In general, the easiest way to build LibreOffice is on Linux. Note: Windows ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ll try to set up a Travis pipeline to build the Linux version, if I make it work I will do a PR.
I’m cleaning/debugging the 0.14 version atm and I have a linux box. So, in a couple weeks it should be out 😃