1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-11-24 02:46:36 +01:00

Add command for redis library install

This commit is contained in:
Pavel Odintsov 2015-05-07 10:13:05 +03:00
parent dd8b00703a
commit 6585f9eddb

@ -126,7 +126,7 @@ if(Boost_FOUND)
target_link_libraries(fast_library ${Boost_LIBRARIES})
endif()
# Try to find ncurses library
# Try to find ncurses librreary
find_package(Curses REQUIRED)
if(CURSES_FOUND)
@ -135,6 +135,7 @@ if(CURSES_FOUND)
endif()
# apt-get install -y libhiredis-dev
# yum install -y hiredis-devel
# Please uncomment this lines if you want enable Redis support
#find_package(Hiredis REQUIRED)
#if (HIREDIS_FOUND)