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