- gcc (incl. c++)
UBUNTU
sudo apt-get install gcc
openSUSE
zypper install -y gcc gcc-c++ make
- zlib (dev)
UBUNTU
sudo apt-get install zlib1g-dev
- ncurses (dev)
UBUNTU
sudo apt-get install ncurses-dev
openSUSE
sudo zypper install ncurses-devel
-
clone this repo with:
requires you to install git (RECOMMENDED)
OR
download the repo as a zip file
-
check
.profile.bash
and make sureOSTYPE
andSYSTEM
are set to 'linux' if using Linux or 'darwin' if using MacOS -
execute
./install.sh
-
reset your terminal or open a new one
-
rejoice
-
OPTIONAL: you can create a link to it with a nicer name, eg /rst or ~/rst like so
sudo ln -s /path/to/rst /rst
-
more rejoicing
If any updates are released, and you installed with git, then you can update by going to the folder where the RST is installed and executing
git pull origin master