redis_study/build.sh
2020-11-22 16:37:32 +08:00

20 lines
164 B
Bash
Executable File

#!/usr/bin/env bash
#
# build redis script
#
cd ./deps/jemalloc && bash autogen.sh
cd ../ && make hiredis jemalloc linenoise lua
cd ../
make clean
make