Skip to content
Andy Galasso edited this page Sep 23, 2022 · 4 revisions

Building from source - Linux, OSX, or Windows

Prerequisites:

  • cmake
  • wxWidgets - apt-get install libwxgtk3.0-dev

git clone https://github.com/agalasso/phdlogview.git
cd phdlogview
mkdir tmp
cd tmp
cmake -D HAVE_WXFB=FALSE ..
cmake --build .

If you want to modify the UI layout, you'll need wxFormBuilder

and in that case you would run cmake like this:
cmake ..
cmake --build .

Clone this wiki locally