-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup
22 lines (19 loc) · 1.05 KB
/
setup
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/env bash
# Couchbase:
# http://www.couchbase.com/communities/c-client-library
#
# For Debian or Ubuntu
# Add to APT sources.list
# deb http://packages.couchbase.com/ubuntu trusty trusty/main
if [ -x $APT_GET ] ; then
$EXECUTE_FROM_ROOT apt-get install --reinstall --purge curl tar zip unzip gzip bzip2 realpath \
re2c cpp g++ pkg-config autoconf make automake \
libreadline6 libreadline6-dev \
libcurl4-openssl-dev libssl-dev libxslt1-dev \
libfreetype6-dev libghc-text-icu-dev libicu-dev \
libmemcached-dev libgearman-dev \
imagemagick imagemagick-common libmagickwand-dev imagemagick-doc \
libjpeg-dev libpng++-dev libgif-dev \
libvpx-dev libxpm-dev libgmp-dev \
libcouchbase2-libevent libcouchbase2-core libcouchbase-dev
fi