...
| Bloc de code |
|---|
. /usr/share/GNUstep/Makefiles/GNUstep.sh cd /usr/local/src/sope git fetch git checkout -b SOPE-45.0.32 SOPE-45.0.32 make clean ./configure --with-gnustep --disable-debug --disable-strip make -j$(grep -c '^processor' /proc/cpuinfo) make install |
...
| Bloc de code |
|---|
. /usr/share/GNUstep/Makefiles/GNUstep.sh cd /usr/local/src/sogo git fetch git checkout -b SOGo-45.0.32 SOGo-45.0.32 make clean ./configure --disable-debug --disable-strip make -j$(grep -c '^processor' /proc/cpuinfo) make install |
...
| Bloc de code |
|---|
systemctl start sogo |
...