Hi,
For those who are not familiar with rust, can you provide instructions for compilation of Noq, especially under Windows?
I am getting an error when running cargo build:
note: LINK : fatal error LNK1181: cannot open input file 'advapi32.lib'
When running rustc main.rs, I get an error regarding termion:
error[E0433]: failed to resolve: maybe a missing crate termion?
Thanks.
Hi,
For those who are not familiar with rust, can you provide instructions for compilation of Noq, especially under Windows?
I am getting an error when running
cargo build:When running
rustc main.rs, I get an error regarding termion:Thanks.