-
Notifications
You must be signed in to change notification settings - Fork 3
Home
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
- wxformbuilder - https://launchpad.net/~wxformbuilder/ or: https://github.com/wxFormBuilder/wxFormBuilder/releases
and in that case you would run cmake like this:
cmake ..
cmake --build .