-
Notifications
You must be signed in to change notification settings - Fork 48
Build Notes
Andrew Tseng edited this page May 17, 2018
·
15 revisions
As a native application available on multiple platforms, XyGrib makes extensive use of the Qt framework.
-
Install Qt framework
-
Install build dependencies (via MacPorts)
sudo port install jasper libpng
-
Build dependencies
cd src/g2clib make -f makefile.osx
Note: enc_jpeg2000.c includes a line that breaks on lib jasper > 1.9, comment out the offending line and the build should complete.
-
Reset project environment and build
qmake -r make