Skip to content

Building on linux #74

@leiserfg

Description

@leiserfg

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions