Skip to content

Installation

Mark Tuttle edited this page Nov 4, 2020 · 17 revisions

Install the basic tools:

Install the supporting tools (we assume you already have a C compiler and Python3):

We recommend that you install these supporting tools now since they are so easy to install:

On MacOS:   
  brew install ctags ninja gnuplot
  sudo python3 -m pip install jinja2 voluptuous

On Ubuntu:  
  sudo apt-get install ctags ninja-build gnuplot
  sudo python3 -m pip install jinja2 voluptuous

On Windows: 
  ctags: Download from https://sourceforge.net/projects/ctags
  ninja: Download from https://github.com/ninja-build/ninja/releases
  gnuplot: Download from http://www.gnuplot.info/download.html
  python3 -m pip install jinja2 voluptuous