mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
Change location inside powershell does not affect the working dir saw by .NET functions. Thus absolute path is needed.
Build Standalone Binaries
Build with cross
- Install
cross
cargo install cross
- Build with cross
cross build --target x86_64-unknown-linux-musl
Predefined build routines
build-release: Build binaries withcrossand packages outputs intoreleasefolderbuild-host-release: Build binaries with host's Rust toolchain. *NIX shell scriptbuild-host-release.ps1: Build binaries with host's Rust toolchain. PowerShell script