Make sure you have Rust installed.
Minimum rust version is 1.66, as I'm testing on this specific version. However, if needed you may try to build rws on your own using older version with the --ignore-rust-version flag.
cargo build --release --ignore-rust-version
cd target/release
./rws --ip=127.0.0.1 --port=8888 --threads=100
Build binary on specific platform to prepare release.
For each binary provide sha 256 check sum.
Releases initially being prepared at Drive mirror.
There are additional templates for Homebrew, Portage, Pacman, Debian and RPM package systems.
Here is the list of supported architectures:
- x86 64-bit Apple: x86_64-apple-darwin
- x86 64-bit Linux: x86_64-unknown-linux-gnu
- Debian: rws create deb package
- RPM: rws create rpm package
- Portage ebuild: rws create portage ebuild
- Pacman package: rws create pacman package
- ARM 64-bit Linux: aarch64_unknown_linux_gnu
- Debian: rws create deb package
- x86 64-bit Windows: x86_64-pc-windows-msvc
Also, you can clone the repository and build rws binary for other platforms.