rethinkdb在Mac下安装
1.下载源码
Download and extract the source tarball:
wget http://download.rethinkdb.com/dist/rethinkdb-2.2.5.tgz
tar xf rethinkdb-2.2.5.tgz
2.安装
Kick off the build process:
cd rethinkdb-2.2.5
./configure --allow-fetch --dynamic jemalloc
make
sudo make install
本文档提供了在Mac上安装RethinkDB数据库的具体步骤,包括下载源码、配置安装选项及完成安装过程。

947

被折叠的 条评论
为什么被折叠?



