Stop the hours counting down
To compile Embers, you need the latest stable Rust toolchain.
On x86_64-pc-windows-msvc and x86_64-unknown-linux-gnu, you also need the lld linker.
LLD Installation
- Ubuntu:
sudo apt-get install lld clang - Fedora:
sudo dnf install lld clang - Arch:
sudo pacman -S lld clang - Windows:
cargo install -f cargo-binutils rustup component add llvm-tools-preview
Tip
Use --features dev to reduce build times and enable more development features