Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 285 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 285 Bytes

mod_event_redis

Freeswitch Redis Events Plugin

Build Status

Build

git submodule update --init --recursive
pushd lib/cpp_redis
mkdir build
cd build
cmake ..
make
make install
popd

make
make install