You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
633 B
633 B
Installation cross compilation (sous Debian pour windows avec sqlite)
cargo install -f crossrustup target add x86_64-pc-windows-gnurustup target add x86_64-pc-windows-msvcsudo apt install gcc-mingw-w64-x86-64-win32sudo apt install g++-mingw-w64-x86-64-win32
Exécution
cargo build --release --target x86_64-pc-windows-gnuoucargo build --release --target x86_64-pc-windows-msvc
Avec sqlite (rusqlite)
sudo apt install libsqlite3-devDansCargo.toml, définir rusqlite de cette manière :rusqlite = {version = "0.28.0", features=["bundled"]}