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. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions