...
| Bloc de code |
|---|
cd /usr/local/src/sope
git fetch
git checkout -b SOPE-3.2.4 SOPE-3.2.4
make clean
./configure --with-gnustep --disable-debug --disable-strip
make
make install |
...
| Bloc de code |
|---|
cd /usr/local/src/sogo
git fetch
git checkout -b SOGo-3.2.4 SOGo-3.2.4
make clean
./configure --disable-debug --disable-strip
make
make install |
...