No package has been created, at this time, packaging is massively helpful to the project.
Currently to install
- Clone the repository
git clone git@github.com:Redhawk18/kuiper.git
- Compile and install the program
cargo install --path kuiper
- Add given path to your
$PATH
If youre operating system needs additional packages please create a pull request with them listed. Please raise a issue if the list is wrong or outdated or has unneeded dependencies.
OpenSuse
sudo zypper install atkmm-devel pkg-config rustup
- Clone the repository
git clone git@github.com:Redhawk18/kuiper.git
- Go into the repository
cd kuiper
- Compiling
cargo build --release
A Proper guide has not been made yet, but any are welcomed.