I have just had occasion to install Linux Mint 21.3 on a new machine and have just built GnuCash 5.5 on the almost pristine system. I only had a couple of packages installed before building GnuCash (LibreOfiice and Gimp).
The following list is the dependencies I had to install to get a successful build. In most cases just loading the development headers is all that should be necessary to build GnuCash but I included the libraries as well. There may be a few not listed which were instaled by default or by previous packages I had installed but it should be pretty complete. I'm including this if anyone wants to use it as the basis of a bash script to load the dependencies or wants to update an existing script for G C5.5. sudo apt install libglib2.0-0 libglib2.0-dev sudo apt install libxml2 libxml2-dev sudo apt install libxslt1.1 libxslt1-dev sudo apt install libwebkit2gtk-4.1-0 libwebkit2gtk-4.1-dev sudo apt install swig4.0 sudo apt install guile-2.2 guile-2.2-dev sudo apt install aqbanking-tools libaqbanking-dev sudo apt install gwenhywfar-tools libgwenhywfar79 libgwenhywfar-core- dev sudo apt install libgwengui-gtk3-79 libgwengui-gtk3-dev sudo apt install libofx7 libofx-dev sudo apt install libxslt1.1 libxslt1-dev sudo apt install libxml++2.6-2v5 libxml++2.6-de sudo apt install xsltproc sudo apt install libdbd-mysql libdbd-pgsql libdbd-sqlite3 libdbi-dev sudo apt install libsecret-1-0 libsecret-1-dev sudo apt install libboost1.74-all-dev sudo apt install libgtest-dev google-mock David Cousens _______________________________________________ gnucash-user mailing list [email protected] To update your subscription preferences or to unsubscribe: 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.
