| Author: | O.G. BitBlt - bitbltog@proton.me | | Version: | 0.0.1 | | Git Hub: | http://github.com/ogbitblt/prossimo | | License: | MIT |
- Linux - Prossimo was designed, developed, and tested on Ubuntu Linux. Hypothetically it will run on other operating systems but not without a bit of modifications.
- Rust / Cargo toolchain
- Some decent knowldge of computers, networks, and compiling rust source code. ;-)
Prossimo was developed and tested on Ubuntu Linux, I do not have any immediate need to port it to any other OS variant so I haven't. It is written in pure Rust to hypothetically it is portable to other operating systems.
- Clone the repository
git clone https://github.com/OGMemDC/prossimo.git
- alternatively if you have gh installed you can
gh repo clone OGMemDC/prossimo
- Change directory
cd prossimo - Build using Cargo
cargo build --release