Or is this all that is necessary to build

mkdir build-gnucash-4.<x>                 # create the build directory -
Note: Named to identify the source since it is not necessarily within the
source directory.
cd build-gnucash-4.<x>                    # change into the build directory

cmake -DCMAKE_INSTALL_PREFIX=$HOME/opt  ../gnucash-4.<x>     # As shown this
will install in the opt directory in /home/<user>. 
 
make                                      # builds the program and
associated libraries

make install 

Jimmy



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
_______________________________________________
gnucash-user mailing list
gnucash-user@gnucash.org
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.

Reply via email to