-
Notifications
You must be signed in to change notification settings - Fork 29
Building for Linux
Brandon edited this page Jan 23, 2018
·
2 revisions
You can run one of the install scripts depending on your platform, which does everything listed in the below section.
sudo ./install.sh
From the root directory of where you have the source code.
- Install dependencies
sudo apt install libwxgtk3.0-dev cmake build-essential libglib2.0-dev
- Create a build directory
mkdir build && cd build
- Generate a Makefile via cmake
cmake ..
- Build the program
make
- Install the program
sudo make install
- Run ldconfig
sudo ldconfig