Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Develop in Mac

Xu Ning edited this page Jul 6, 2017 · 4 revisions

Prerequisites

Cassandra

You need to have a working Cassandra v3.0+ instance on your local development machine. You can download it here and run it locally.

Rocksdb

You need to install the correct version of rocksdb. Currently the version used is 5.0.2_1.

You can check out homebrew-core repo, SHA 1b63a094470cb7a833f0adf319e589596c6e6abf, and run brew install rocksdb.rb.

Build and test

make

Clone this wiki locally