Files
shadowsocks-rust/build
Xuesong f5567b43e0 fix: file path in powershell script (#1833)
Change location inside powershell does not affect the working dir
saw by .NET functions. Thus absolute path is needed.
2025-01-04 10:33:17 +08:00
..
2021-06-06 23:25:20 +08:00

Build Standalone Binaries

Build with cross

cargo install cross
  • Build with cross
cross build --target x86_64-unknown-linux-musl

Predefined build routines

  • build-release: Build binaries with cross and packages outputs into release folder
  • build-host-release: Build binaries with host's Rust toolchain. *NIX shell script
  • build-host-release.ps1: Build binaries with host's Rust toolchain. PowerShell script