-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Andy Galasso edited this page Dec 10, 2016
·
4 revisions
Linux installation
I don't have binaries for Linux, you'll need to build from source.
prerequisites:
- wxWidgets - apt-get install libwxgtk3.0-dev
- wxformbuilder - https://launchpad.net/~wxformbuilder
git clone https://github.com/agalasso/phdlogview.git
cd phdlogview
mkdir tmp
cd tmp
cmake ..
make