Closed VovanR closed 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
This DB is not building on my Ubuntu 17.10
https://www.rethinkdb.com/docs/install/ubuntu/