redis_study/build.sh
2020-09-12 22:41:30 +08:00

19 lines
151 B
Bash
Executable File

#!/usr/bin/env bash
#
# build redis script
#
cd ./deps && ./update-jemalloc.sh 5.2.1
cd ./jemalloc && ./autogen.sh
cd ../../
make clean
make