question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Building on linux

See original GitHub issue

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.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
leiserfgcommented, Aug 27, 2019

I’ll try to set up a Travis pipeline to build the Linux version, if I make it work I will do a PR.

1reaction
CedricGuillemetcommented, Nov 20, 2019

I’m cleaning/debugging the 0.14 version atm and I have a linux box. So, in a couple weeks it should be out 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found