mirror of https://github.com/dswd/vpncloud.git
Add command
This commit is contained in:
parent
82e3ffedf3
commit
39229216c9
|
@ -2,10 +2,14 @@
|
||||||
|
|
||||||
## Toolchain
|
## Toolchain
|
||||||
|
|
||||||
|
**Setup toolchain:**
|
||||||
rustup target add x86_64-pc-windows-gnu
|
rustup target add x86_64-pc-windows-gnu
|
||||||
rustup toolchain install stable-x86_64-pc-windows-gnu
|
rustup toolchain install stable-x86_64-pc-windows-gnu
|
||||||
apt-get install mingw64
|
apt-get install mingw64
|
||||||
|
|
||||||
|
**Cross-compile with:**
|
||||||
|
cargo build --target x86_64-pc-windows-gnu
|
||||||
|
|
||||||
## Problems
|
## Problems
|
||||||
|
|
||||||
### Running VpnCloud
|
### Running VpnCloud
|
||||||
|
|
Loading…
Reference in New Issue