Try it without the -DCMAKE_PREFIX_PATH=$HOME/.local switch. This is only required if you have built the dependencies from source yourself and installed them in this location rather than in the usual system directories.
$cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local ../gnucash-3.4 should do the trick. If any dependencies are missing camke will give error messages and stop. Install the missing dependency and repeat the above until cmake completes. see https://wiki.gnucash.org/wiki/Dependencies and https://wiki.gnucash.org/wiki/Installing_Dependencies. David Cousens If you have any further trouble come back with the error messages cmake outputs. ----- David Cousens -- Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html _______________________________________________ gnucash-user mailing list [email protected] To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user If you are using Nabble or Gmane, please see https://wiki.gnucash.org/wiki/Mailing_Lists for more information. ----- Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.
