Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 498 Bytes

Building.md

File metadata and controls

11 lines (10 loc) · 498 Bytes

Compiling

if this is the first time, be aware that it will download and compile the bgfx library, which may take a while.

cargo build

Cross compiling

ATTENTION!!! cross compilation is currently only supported on linux.
if you are compiling for macos, you will need to compile the osxcross with OSX_VERSION_MIN=10.7 setted and have a SDK greated than 10.12
if you are compiling for windows mingw, you will need to install mingw