Importing a new version from external source |
Importing a new version from external source |
||
Line 1: | Line 1: | ||
===Build dependencies=== | ===Build dependencies=== | ||
To install from source, you will have to install the base development packages: | To install from source, you will have to install the base development packages: | ||
autoconf, automake, libtool, intltool, pkg-tools, make, gcc, g++ | git, autoconf, automake, libtool, intltool, pkg-tools, make, cmake, gcc, g++ | ||
You'll probably want <code>git</code> or <code>subversion</code> too, to download the latest version on the source repository. The compilers gcc and g++ from this list can be replaced by clang and clang++ (we use them for development), probably others as well. | You'll probably want <code>git</code> or <code>subversion</code> too, to download the latest version on the source repository. The compilers gcc and g++ from this list can be replaced by clang and clang++ (we use them for development), probably others as well. |
Revision as of 16:04, 23 March 2020
Build dependencies
To install from source, you will have to install the base development packages:
git, autoconf, automake, libtool, intltool, pkg-tools, make, cmake, gcc, g++
You'll probably want git
or subversion
too, to download the latest version on the source repository. The compilers gcc and g++ from this list can be replaced by clang and clang++ (we use them for development), probably others as well.