Skip to content
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

Clone this wiki locally