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