On Fri, 2017-09-01 at 10:56 -0700, Rich Shepard wrote: > There's another issue I need to resolve: apparently webkitgtk > developers > switched to using cmake from the former compile; make; make install > sequence. The SBo script does not do cmake; I've written to the list > and > webkitgtk package maintainer asking for help in getting it built.
This i how I did it: mkdir build cd build/ cmake -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_SKIP_RPATH=ON \ -DPORT=GTK \ -DLIB_INSTALL_DIR=/usr/lib64 \ -DUSE_SYSTEM_MALLOC=ON \ -Wno-dev .. _______________________________________________ gnucash-user mailing list gnucash-user@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-user ----- Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.