GnuCash 3.x kompilieren (Debian): Unterschied zwischen den Versionen

Aus MattWiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 16: Zeile 16:
'''Make und CMake'''
'''Make und CMake'''
  # apt-get install gcc cmake
  # apt-get install gcc cmake
[[Kategorie:Linux]]
 
[[Kategorie:Kompilieren]]
[[Kategorie:GnuCash]]


== Download ==
== Download ==
Zeile 42: Zeile 40:
|https://wiki.gnucash.org/wiki/Install_Build_Tools
|https://wiki.gnucash.org/wiki/Install_Build_Tools
|}
|}
[[Kategorie:Linux]]
[[Kategorie:Kompilieren]]
[[Kategorie:GnuCash]]

Version vom 1. November 2018, 22:56 Uhr

Dieser Artikel beschreibt, wie GnuCash 3.x aus den Quellcodes gebaut werden kann..

Für GnuCash ab Version 3.0 bestehen neue Anforderungen an das Build-System. Dadurch verändert sich auch der Build-Prozess.

Voraussetzungen

Build essentials

apt install build-essential
gcc --version
autoconf --version 

Autotools

apt install autoconf      # loads autoscan, autoconf and associated macros 
apt install automake 
apt install libtool 
apt install m4

Make und CMake

# apt-get install gcc cmake


Download

Nach /usr/local oder /opt (Root notwendig)

Quellcodedownload siehe https://www.gnucash.org/index.phtml

# wget <url>
# sha256sum gnucash-version.tar.bz2       # Check checksum against README-File from Download-Page

sdf

Quellen

Quelle URL
Übersicht des Bau-Prozesses https://wiki.gnucash.org/wiki/Building
Anleitung zum Bauen unter Linux https://wiki.gnucash.org/wiki/Building_On_Linux
Übersicht Voraussetzungen / Build Tools https://wiki.gnucash.org/wiki/Install_Build_Tools