1
0
Fork 0

issue #865 update

This commit is contained in:
Jan Steemann 2014-05-20 12:52:47 +02:00
parent 9513227449
commit 91940c671b
1 changed files with 5 additions and 16 deletions

View File

@ -39,23 +39,12 @@ provided by @@mgiken.
### Debian sid {#InstallingDebian} ### Debian sid {#InstallingDebian}
To use ArangoDB on Debian sid (the development version of Debian), a different version To use ArangoDB on Debian sid (the development version of Debian), a different version
of ICU is required. User @basir provided the following instructions for getting ArangoDB 2.0.7 of ICU is required. User basir provided the following instructions for getting ArangoDB 2.0.7
to work on an x86_64. Other versions of ArangoDB or other architectures should work to work on an x86_64:
similarly:
cd ~ @EXTREF_S{https://github.com/triAGENS/ArangoDB/issues/865,link to Github issue}
wget https://www.arangodb.org/repositories/arangodb2/Debian_7.0/amd64/arangodb_2.0.7_amd64.deb
wget http://ftp.de.debian.org/debian/pool/main/i/icu/icu_4.8.1.1.orig.tar.gz Other versions of ArangoDB or other architectures should work similarly.
tar xf icu_4.8.1.1.orig.tar.gz
cd icu/source
./configure
make
cd lib
cp libicui18n.so.48 /usr/lib/x86_64-linux-gnu/
cp libicuuc.so.48 /usr/lib/x86_64-linux-gnu/
cp libicudata.so.48 /usr/lib/x86_64-linux-gnu/
cd ~
dpkg -i arangodb_2.0.7_amd64.deb
### Linux-Mint {#InstallingLinuxMint} ### Linux-Mint {#InstallingLinuxMint}