(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++
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.
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

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Siril:install)
===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.

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.