RethinkDB-1.sh
· 226 B · Bash
Исходник
sudo apt-get install build-essential protobuf-compiler \
# python \ # for older distros
python3 python-is-python3 \
libprotobuf-dev libcurl4-openssl-dev \
libncurses5-dev libjemalloc-dev wget m4 g++ libssl-dev
1 | sudo apt-get install build-essential protobuf-compiler \ |
2 | # python \ # for older distros |
3 | python3 python-is-python3 \ |
4 | libprotobuf-dev libcurl4-openssl-dev \ |
5 | libncurses5-dev libjemalloc-dev wget m4 g++ libssl-dev |