- elementary-sdk
- build-essential
- libgtk-3-dev
- libnotify-dev
- pkgconf
- libssl-dev
- rustc
- cargo
- libpng-dev
- libcairo2-dev
- libatk1.0-dev
- libpango1.0-dev
- libgdk3.0-cil-dev
(These are only needed for houston, remove them if you want to update the libraries and generate them again)
cd srtnr
rm -r vendor
rm -r .cargo
cd srtnr
cargo install cargo-vendor //Only need to install this once
make vendor
cd srtnr
cargo run
(Build will use vendored crates if vendor folder is present, remove it to fetch crates from https://crates.io)
git clone https://github.com/arshubham/srtnr.git && cd srtnr
make clean
make
sudo make install
com.github.arshubham.srtnr
cd srtnr
sudo make uninstall
Srtnr is licensed under GNU GPL v3.0