XCFA :: Compilation

Récupération des sources

terminal $ apt-get source xcfa

Extraction des sources

terminal$ tar -xvfz xcfa-x.x.x.tar.gz

# Remplacez les [x.x.x] par les numéros de la version correspondante.

Compilation des sources

terminal
$ cd xcfa-x.x.x

terminal --enable-debug Production de : #define DEBUG 1
--enable-ansi Production de : #define ENABLE_ANSI 1

terminal --disable-debug
--disable-ansi

terminal $ ./autogen.sh --prefix=/usr --disable-ansi

ou

$ ./autogen.sh --prefix=/usr

puis

$ make
sudo make install

Pour lancer le programme :

xcfa

terminal /usr/share/aclocal/nspr.m4:8: warning: underquoted definition of AM_PATH_NSPR
/usr/share/aclocal/nspr.m4:8: run info '(automake)Extending aclocal'
/usr/share/aclocal/nspr.m4:8: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal

terminal $ sudo gedit /usr/share/aclocal/nspr.m4

Modifiez :

AC_DEFUN(AM_PATH_NSPR,

en

AC_DEFUN([AM_PATH_NSPR],

Création des paquets

Installation d'un paquet .deb

terminal
$ dpkg -i xcfa_3.1.8_i386.deb

terminal
$ sudo dpkg -r xcfa

XCFA est un logiciel sous licence
gnu
Hébergement
tuxfamily

Design sous licence
Creative Commons License
Réalisation
bluefish debian
Conception : Christophe Gallaire