mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-25 02:50:33 +00:00
There's various places in Origin where we convert a Map to a JSON string and vice versa. Signed-off-by: Pekka Enberg <penberg@cloudius-systems.com>
435 B
435 B
#Urchin
##Building Urchin
In addition to required packages by Seastar, the following packages are required by Urchin.
Building urchin on Fedora
Installing required packages:
sudo yum install yaml-cpp-devel lz4-devel zlib-devel snappy-devel jsoncpp-devel
Building urchin on Ubuntu 14.04
Installing required packages:
sudo apt-get install libyaml-cpp-dev liblz4-dev zlib1g-dev libsnappy-dev libjsoncpp-dev