Importing a new version from external source |
Importing a new version from external source |
||
Line 2: | Line 2: | ||
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++ | autoconf, automake, libtool, intltool, pkg-tools, make, gcc, g++ | ||
You'll probably want <code>subversion</code> too, to download the latest version on the source repository. | 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 21:06, 26 November 2018
Build dependencies
To install from source, you will have to install the base development packages:
autoconf, automake, libtool, intltool, pkg-tools, make, 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.