Make sure you have Rust installed.
Minimum rust version is 1.65, as I'm testing on this specific version. However, if needed you may try to build rts on your own using older version with the --ignore-rust-version flag.
cargo build --release
cd target/release
./rts --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: rts create deb package
- RPM: rts create rpm package
- Portage: rts create ebuild
- Pacman package: rts create pacman package
-
ARM 64-bit Linux: aarch64_unknown_linux_gnu
- Debian: rts create deb package
-
x86 64-bit Windows: x86_64-pc-windows-msvc
Also, you can clone the repository and build rts binary for other platforms.