mirror of
https://github.com/haiwen/seahub.git
synced 2025-04-27 02:51:00 +00:00
614 B
614 B
Server Release Package
-
Libsearpc cd libsearpc; CFLAGS="-O2" configure --prefix=$dest make install
-
Ccnet cd ccnet; CFLAGS="-O2" ./configure --enable-server-pkg --prefix=$dest make install
-
Seafile cd seafile; CFLAGS="-O2" configure --enable-server-pkg --prefix=$dest make install
-
copy shared libraries scripts/cp-shared-lib.py $dest/lib
-
strip libs/executables
python do-strip.py -
Update seahub cd seahub git fetch origin git checkout release git rebase origin/master
-
Pack ./pack-server.sh 1.0.0
DONE!