Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 444 Bytes

how2build.md

File metadata and controls

14 lines (10 loc) · 444 Bytes

To build this project you will need to install nightly rust

Target's linkers are mentioned in config.toml:

To build use: cargo build

To specify target platform: cargo build --target x86_64-pc-windows-gnu

To get optimized release version: cargo build --release