diff --git a/scripts/install-deps-linux.sh b/scripts/install-deps-linux.sh index 357788e24..7d5c69822 100755 --- a/scripts/install-deps-linux.sh +++ b/scripts/install-deps-linux.sh @@ -32,18 +32,12 @@ sudo apt-get install -y qt56base qt56translations qt56tools qt56webengine sudo apt-get install -y mesa-common-dev libglu1-mesa-dev git clone --depth=1 --branch=master git://github.com/haiwen/libsearpc.git deps/libsearpc -git clone --depth=1 --branch=master git://github.com/haiwen/ccnet.git deps/ccnet git clone --depth=1 --branch="$SEAFILE_BRANCH" git://github.com/haiwen/seafile.git deps/seafile pushd deps/libsearpc ./autogen.sh && ./configure make -j8 && sudo make install popd -pushd deps/ccnet -./autogen.sh && ./configure --enable-client --disable-server -make -j8 && sudo make install -popd - pushd deps/seafile ./autogen.sh && ./configure --disable-fuse --disable-server --enable-client make -j8 && sudo make install diff --git a/scripts/install-deps-osx.sh b/scripts/install-deps-osx.sh index 71579cabd..eaaafb18f 100755 --- a/scripts/install-deps-osx.sh +++ b/scripts/install-deps-osx.sh @@ -7,4 +7,4 @@ brew up brew install qt4 brew tap Chilledheart/seafile -brew install --HEAD libsearpc ccnet seafile +brew install --HEAD libsearpc seafile