-
+
Select "Desktop development with C++
+Select "Universal Windows Platform build tools
-
cargo install -f cargo-binutils
-
rustup component add llvm-tools-preview
-
curl https://sh.rustup.rs -sSf | sh
-
Ubuntu:
sudo apt-get install clang lld
Arch:
sudo pacman -S clang lld
cargo build --release
cargo run --release