There was an error while loading. Please reload this page.
Windows
rustup target add i686-pc-windows-msvc
Linux (Ubuntu)
sudo apt install build-essential g++-multilib
sudo apt install llvm clang lld
sudo pacman -Syu base-devel
sudo pacman -Syu llvm clang lld
rustup target add i686-unknown-linux-gnu
Now just enter the project's directory and run:
# For Windows builds: cargo build --release --target=i686-pc-windows-msvc # For Linux builds: cargo build --release --target=i686-unknown-linux-gnu