Skip to content
Brandon edited this page Sep 30, 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 build-essential g++ libwxgtk3.0-dev cmake libboost-test-dev libboost-python-dev libboost-serialization-dev libglib2.0-dev castxml python-pip
  2. Install python dependencies sudo pip install pygccxml pyplusplus
  3. Create a build directory mkdir build && cd build
  4. Generate a Makefile via cmake cmake ..
  5. Build the program make
  6. Install the program sudo make install
  7. Run ldconfig sudo ldconfig