Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)Compilation and the software are working fine with the default clang (<code>cc</code>) compiler. As clang 3.8 appeared in FreeBSD 10 with OpenMP support (clang38 in pkg), Siril can be compiled with it using the following configure command:
   C=clang38 CXX=clang++38 LD=clang++38 LDFLAGS='-L/usr/local/llvm38/lib' ./autogen.sh
 h French (fr)La compilation et le programme fonctionnent bien avec le compilateur par défaut clang (<code>cc</code>). 
Avec l'arrivée de clang 3.8 dans FreeBSD 10 qui a le support d'OpenMP (clang38 dans pkg),  Siril peut être compilé avec la ligne de commande suivante :
   C=clang38 CXX=clang++38 LD=clang++38 LDFLAGS='-L/usr/local/llvm38/lib' ./autogen.sh