mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
7 lines
205 B
Bash
Executable File
7 lines
205 B
Bash
Executable File
#!/bin/bash
|
|
|
|
apt-get update -qq
|
|
wget https://github.com/miloyip/rapidjson/archive/v1.1.0.tar.gz -O /tmp/v1.1.0.tar.gz
|
|
tar -xvf /tmp/v1.1.0.tar.gz
|
|
cp -r $PWD/rapidjson-1.1.0/include/rapidjson /usr/include/
|