gnucash stable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Tue Jul 14 15:45:03 EDT 2026


Updated	 via  https://github.com/Gnucash/gnucash/commit/d37f4b49 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f9db8320 (commit)
	from  https://github.com/Gnucash/gnucash/commit/453a4fe8 (commit)



commit d37f4b49a52ca2919beb74e69fee23c7d140aa15
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jul 14 12:44:46 2026 -0700

    Update supported platforms in README.

diff --git a/README b/README
index deb12c2559..d36a228603 100644
--- a/README
+++ b/README
@@ -158,26 +158,30 @@ Supported Platforms
 
 GnuCash 5.x is known to work with the following operating systems:
 
-GNU/Linux             -- x86, Sparc, PPC
-FreeBSD               -- x86
-OpenBSD               -- x86
-MacOS		      -- Intel, Versions 10.9 and later
-
-
-GnuCash can probably be made to work on any platform for which Gtk+ can
-and for which there is a C++11 compiler available, given sufficient expertise
-and effort. If you try and encounter difficulty, please subscribe to the
-developer's mailing list, gnucash-devel at gnucash.org and we'll try to help you.
+GNU/Linux             -- x86_64, arm64
+FreeBSD               -- x86_64
+OpenBSD               -- x86_64
+MacOS                 -- x86_64, Versions 10.13 and later and Apple Silicon
+Windows               -- x86, Windows 11
+
+GnuCash can probably be made to work on any platform for which Gtk+
+can and for which there is a C++11 compiler available, given
+sufficient expertise and effort. We have heard of Linux builds on
+Sparc, PowerPC, and IBM 390 hardware. If you try and encounter
+difficulty, please subscribe to the developer's mailing list,
+gnucash-devel at gnucash.org and we'll try to help you.
 
 #########################
 Downloads
 -------------------------
 
-GnuCash sources and Mac and Windows binaries are hosted at
-SourceForge and Github. Links for the current version are provided at
-https://www.gnucash.org. We depend upon distribution packagers for
-GNU/Linux and *BSD binaries, so if you want a more recent version than
-your distribution provides you'll have to build from source.
+GnuCash sources and Mac and Windows binaries are hosted at SourceForge
+and Github. Links for the current version are provided at
+https://www.gnucash.org. Linux flatpaks for x86_64 and arm64 can be
+installed fromhttps://flathub.org/en/apps/org.gnucash.GnuCash. We
+depend upon distribution packagers for GNU/Linux and *BSD binaries, so
+if you want a more recent version than your distribution provides
+and you can't or won't use a flatpak then you'll have to build from source.
 
 ##############################
 Getting Source with Git

commit f9db8320d2a8e305d3c33e5e134c10c9a3c6f011
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jul 14 12:29:00 2026 -0700

    CMakeLists.txt: Fix function-name typo.
    
    Thanks to S. Kriesch in https://github.com/Gnucash/gnucash/pull/2271.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 06d29db494..3b17db6276 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -800,7 +800,7 @@ check_include_files (wctype.h HAVE_WCTYPE_H)
 
 test_big_endian(IS_BIGENDIAN)
 if (IS_BIGENDIAN)
-  add_compile_definition (WORDS_BIGENDIAN)
+  add_compile_definitions (WORDS_BIGENDIAN)
 endif()
 
 if (NOT DISABLE_NLS)



Summary of changes:
 CMakeLists.txt |  2 +-
 README         | 34 +++++++++++++++++++---------------
 2 files changed, 20 insertions(+), 16 deletions(-)



More information about the gnucash-changes mailing list