Skip to content

Installation

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

Install the basic tools:

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

They are easy to install now:

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

Clone this wiki locally