Skip to content

Instantly share code, notes, and snippets.

@stolk
Last active November 20, 2019 00:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stolk/362d259707cecaac7dc4d6d4c0c3c49c to your computer and use it in GitHub Desktop.
Save stolk/362d259707cecaac7dc4d6d4c0c3c49c to your computer and use it in GitHub Desktop.
BGFX building on Linux.
Building BX
* Comment out targets from Makefile, except: linux-gcc gmake
* $ make
* $ ( cd .build/projects/gmake-linux/ ; make config=debug64 )
Buidling BIMG
* $ ( cd bimg ; make linux-debug64 )
Building BGFX
* cd bgfx
* make -j20 linux-debug64
* cd ..
* cd examples/runtime
* ../../.build/linux64_gcc/bin/examplesDebug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment