redis_study/script/build.sh

22 lines
168 B
Bash
Executable File

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