Skip to content

SDFrance/RSTLite

 
 

Repository files navigation

RSTLite

Install Instructions

Requirements

  • 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

Install

  1. clone this repo with:

    git clone https://github.com/vtsuperdarn/RSTLite.git

requires you to install git (RECOMMENDED)
OR
download the repo as a zip file

  1. check .profile.bash and make sure OSTYPE and SYSTEM are set to 'linux' if using Linux or 'darwin' if using MacOS

  2. execute

    ./install.sh

  3. reset your terminal or open a new one

  4. rejoice

  5. 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

  6. more rejoicing

Updates

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

About

A Stripped Down Version of RST3.5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published