Difference between revisions of "Install Build Tools"

From GnuCash
Jump to: navigation, search
(Created page with "= Build Tools for GnuCash = Your distribution software repository may have a build-essential package which installs the common build tools for Linux. The versions of the tool...")
(No difference)

Revision as of 09:34, 21 September 2018

Build Tools for GnuCash

Your distribution software repository may have a build-essential package which installs the common build tools for Linux. The versions of the tools installed vary with the distribution and the version of the distribtion. It will typically install the following tools

  • dpkg-dev Debian package development tools
  • g++ GNU C++ compiler;
  • gcc GNU C compiler;
  • libc6-dev or libc dev GNU C EmbeddedLibrary: Development Libraries and Header Files;
  • libc-dev Embedded GNU C Library: Development Libraries and Header Files;
  • libc6-dev-sparc64 Embedded GNU C Library: 64bit Development Libraries for UltraSPARC;
  • lic6.1-dev or libc-dev Embedded GNU C Library: Development Libraries and Header Files;
  • make Autotools utility for directing compilation;

You may install this using