Environment Setup
Byte depends on a few external tools to work properly. You will need to install them before you can start using Byte.
Required
Linux packages
Rust(up)
Byte is written in Rust. You will need to install Rust to be able to compile and run Byte.
Optional
Mold
Mold is fast linker. It is not required to run Byte, but if you are writing native code, it is recommended.
RenderDoc
RenderDoc is a graphics debugger. It is not required to run Byte, but it is useful for debugging. Byte has an integration with RenderDoc to facilitate debugging.
Last updated