Skip to content

Installation

Mark Tuttle edited this page Jul 12, 2021 · 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 graphviz
  sudo python3 -m pip install jinja2 voluptuous

On Ubuntu:  
  sudo apt-get install ctags ninja-build gnuplot graphviz
  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
  graphviz: Download from https://graphviz.org/download/
  python3 -m pip install jinja2 voluptuous
Clone this wiki locally