(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: <tt>autoconf, automake, libtool, intltool, pkg-tools, make, gcc</tt> and optionally <tt>g++</tt> if you wish to use OpenCV. You'll probably want <tt>subversion</tt> too, to download the latest version on the source repository.
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 <code>subversion</code> too, to download the latest version on the source repository.

Revision as of 12:00, 24 August 2016

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:

    autoconf, automake, libtool, intltool, pkg-tools, make, gcc, g++

You'll probably want subversion too, to download the latest version on the source repository.