VovanR / site-categories

Experiment
MIT License
0 stars 0 forks source link

RethinkDB #2

Closed VovanR closed 6 years ago

VovanR commented 6 years ago

https://www.rethinkdb.com/docs/install/ubuntu/

sudo apt-get install build-essential protobuf-compiler python libprotobuf-dev libcurl4-openssl-dev libboost-all-dev libncurses5-dev libjemalloc-dev wget m4 clang libssl-dev
./configure --allow-fetch CXX=clang++
wget https://download.rethinkdb.com/dist/rethinkdb-2.3.6.tgz
tar xf rethinkdb-2.3.6.tgz
cd rethinkdb-2.3.6
./configure --allow-fetch CXX=clang++
make
sudo make install
VovanR commented 6 years ago

This DB is not building on my Ubuntu 17.10