SOGo

Arborescence des pages

Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

Installation de SOPE

Bloc de code
. /usr/share/GNUstep/Makefiles/GNUstep.sh
cd /usr/local/src
git clone https://github.com/inverse-inc/sope.git
cd sope
git checkout -b SOPE-45.0.21 SOPE-45.0.21
./configure --with-gnustep --disable-debug --disable-strip 
make 
make install

Installation de SOGO

Bloc de code
. /usr/share/GNUstep/Makefiles/GNUstep.sh
cd /usr/local/src
git clone https://github.com/inverse-inc/sogo.git
cd sogo
git checkout -b SOGo-4.0.2 SOGo-4.0.2
./configure --disable-debug --disable-strip
make
make install

...