Hi Andreas, 
since building for the whole bunch of distribution takes time, and we want 
to be able to release alpha versions at a rapid pace, we decided to 
concentrate on releasing docker.
Inside that docker container there is a Debian Jessie, so just in case you 
can simply steal the files.

However, compiling from source isn't that hard anymore (it just takes some 
time ;-)

Install the required dependencies:

 sudo aptitude install git-core \
    build-essential \
    libssl-dev  \
    cmake \
    python2.7


Get the source:

  git clone https://github.com/arangodb/arangodb.git
  cd arangodb

If you want to get .debs, you can run: 

  scripts/build-deb.sh 

for the compilation. Else you may build like this:

  mkdir build; cd build; cmake .. ; make -j <number of cpu cores> ; sudo 
make install

We still need to update the cookbooks to reflect this.

Cheers, 
Willi

On Wednesday, May 18, 2016 at 6:38:27 AM UTC+2, Andreas Jung wrote:
>
> Are there any builds available for ArangoDB 3 (alpha)....except the Docker 
> image?
>
> Andreas
>

-- 
You received this message because you are subscribed to the Google Groups 
"ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to