RethinkDB-2.sh
· 186 B · Bash
Orginalformat
./configure --allow-fetch
# or run ./configure --allow-fetch CXX=clang++
make -j4
# or run make -j4 DEBUG=1
sudo make install
# or run ./build/debug_clang/rethinkdb
1 | ./configure --allow-fetch |
2 | # or run ./configure --allow-fetch CXX=clang++ |
3 | |
4 | make -j4 |
5 | # or run make -j4 DEBUG=1 |
6 | |
7 | sudo make install |
8 | # or run ./build/debug_clang/rethinkdb |