On Sat, 2 Sep 2017, tjoen wrote:
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 ..
Thank you. I saw only the DPORT=GTK when searching for building help.
Rich
_______________________________________________
gnucash-user mailing list
[email protected]
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.