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:

git clone https://github.com/agalasso/phdlogview.git
cd phdlogview
mkdir tmp
cd tmp
cmake ..
make

Clone this wiki locally