Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scripts/install-deps-*.sh: remove ccnet #1374

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions scripts/install-deps-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-deps-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ brew up
brew install qt4

brew tap Chilledheart/seafile
brew install --HEAD libsearpc ccnet seafile
brew install --HEAD libsearpc seafile