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: | ||
git, autoconf, automake, libtool, intltool, pkg-tools, make, cmake, gcc, g++ | git, autoconf, automake, libtool, intltool, pkg-tools, make, cmake, gcc, g++ | ||
The compilers gcc and g++ from this list can be replaced by clang and clang++ (we use them for development), probably others as well. |
Latest revision as of 12:16, 23 May 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++
The compilers gcc and g++ from this list can be replaced by clang and clang++ (we use them for development), probably others as well.