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

23 lines
156 B
Bash
Executable File

#!/usr/bin/env bash
#
# build redis script
#
cd ./deps/jemalloc
whereis pkg-config
./autogen.sh
cd ../../
ls -lh ./deps/jemalloc
make clean
make