gnucash-on-windows master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Tue Dec 8 14:14:43 EST 2015


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/f028f410 (commit)
	 via  https://github.com/Gnucash/gnucash-on-windows/commit/8c75a428 (commit)
	 via  https://github.com/Gnucash/gnucash-on-windows/commit/3648da5b (commit)
	 via  https://github.com/Gnucash/gnucash-on-windows/commit/7746c346 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/ba67ee5d (commit)



commit f028f410c5c3d1f8e6ac25f47a298f8bf62fec23
Author: Rob Gowin <robgowin at gmail.com>
Date:   Mon Dec 7 09:55:35 2015 -0600

    undo previous perl path commit; do not use seperate cmake install dir

commit 8c75a428bed23dd1b51ffa7612ef075bf8377199
Author: Rob Gowin <robgowin at gmail.com>
Date:   Mon Nov 30 10:04:19 2015 -0600

    Oops. Got the path to perl wrong on cmake build

commit 3648da5bac28ab370d996ff11a331de3115306c7
Author: RobGowin <robgowin at gmail.com>
Date:   Sun Nov 29 20:19:45 2015 -0600

    Add support for building Gnucash using CMake and Ninja, disabled by default.
    
    This commit adds in infrastructure necessary for building GnuCash using
    CMake and Ninja. It is disabled by default with WITH_CMAKE=no and
    WITH_NINJA=no.
    
    File changes:
    
    defaults.sh:
      * add separate build and install directories for CMake build
      * add WITH_CMAKE and WITH_NINJA defaults, set to no.
      * update CMake version to 3.3.2
      * add URL and directory for ninja.
    
    devrc.sh:
      * add CMAKE_DIR to point to CMake install
      * add NINJA_DIR to point to Ninja install
      * add above to PATH
    
    install-impl.sh
      * CMake download uses HTTPS, so need --no-check-certificate on wget
      * Change directory handling to reflect use of version 3 of Cmake
      * add function to download and install ninja
      * add function to build gnucash using CMake and, optionally, ninja.
    
    install.sh
      * if WITH_CMAKE=yes, add step to install cmake
      * if also WITH_NINJA=yes, add step to install ninja
      * IF WITH_CMAKE=yes, install gnucash using CMake. Use
         MSYS Makefiles it not using ninja.

commit 7746c346fd55cc3144f652a8c25c8c13f6029c4a
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Sep 24 14:13:49 2015 -0700

    Bug 724721 - Win32: use cpan instead of ppm to get finance-quote
    
    Plus related cleanup.



Summary of changes:
 defaults.sh                    |  9 ++++++-
 devrc.sh                       |  4 ++-
 extra_dist/install-fq-mods.cmd | 32 +++-------------------
 install-impl.sh                | 60 +++++++++++++++++++++++++++++++++++++++---
 install.sh                     | 14 +++++++++-
 5 files changed, 84 insertions(+), 35 deletions(-)



More information about the gnucash-patches mailing list