Replies: 2 comments 1 reply
|
Please can you explain a bit more how to build the latest bgfx with clang on linux? I am using clang 15, and GENie makefiles from the bgfx repo doesn't seem to have linux-clang option, plus I have no idea what you did up there :) as I am too used to cmake. Thanks in advance. |
0 replies
|
|
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm able to compile BGFX using llvm/clang 9.0.1 on Ubuntu 18.04 amd64:
GENie seems to properly process the linux-clang argument, but fails to switch ar to llvm-ar. so there may be a small change necessary in GENie.
btw cmake is really good - if you ever feel tired to support GENie... :)
I tried the cmake output option for GENie in order to check if I can use cmake's clang support. The CMakeLists don't contain anything to build.
All reactions