From 53e699f9c8f54b7b0e780892067b94c59d2c64e5 Mon Sep 17 00:00:00 2001 From: Lucy Phipps Date: Mon, 16 Aug 2021 07:48:25 +0100 Subject: [PATCH 1/2] scripts/install-deps-linux.sh: remove ccnet --- scripts/install-deps-linux.sh | 6 ------ 1 file changed, 6 deletions(-) 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 From ee2bf16c2212a709150d493a94d65385ff313e52 Mon Sep 17 00:00:00 2001 From: Lucy Phipps Date: Mon, 16 Aug 2021 07:50:14 +0100 Subject: [PATCH 2/2] scripts/install-deps-osx.sh: remove ccnet --- scripts/install-deps-osx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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