Skip to content
Brandon edited this page Jan 23, 2018 · 2 revisions

Installation via bash script

You can run one of the install scripts depending on your platform, which does everything listed in the below section.

  • sudo ./install.sh

Manual compilation instructions for Debian based systems

From the root directory of where you have the source code.

  1. Install dependencies sudo apt install libwxgtk3.0-dev cmake build-essential libglib2.0-dev
  2. Create a build directory mkdir build && cd build
  3. Generate a Makefile via cmake cmake ..
  4. Build the program make
  5. Install the program sudo make install
  6. Run ldconfig sudo ldconfig
Clone this wiki locally