Commit 0714b502 authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Add yaml-cpp dependency

parent 3802ceb6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ Build dependencies:
- libboost-thread >= 1.53
- libprotobuf + protobuf compiler >= 2.5.0
- libprotobuf-c + protobuf-c compiler >= 1.0.2
- libyaml-cpp >= 0.5.1


- Installation in CentOS 7
+2 −0
Original line number Diff line number Diff line
@@ -76,6 +76,8 @@ AX_BOOST_ASIO
AX_BOOST_PROGRAM_OPTIONS
AX_BOOST_THREAD

# check for libyaml-cpp
PKG_CHECK_MODULES([YAMLCPP], [yaml-cpp >= 0.5.1])

# check for protobuf-c
PKG_CHECK_MODULES([PROTOBUF_C], [libprotobuf-c >= 1.0.0])
+1 −0
Original line number Diff line number Diff line
@@ -189,6 +189,7 @@ liburd_aux_la_LDFLAGS = \
    @BOOST_SYSTEM_LIB@ \
    @BOOST_THREAD_LIB@ \
	@PROTOBUF_LIBS@ \
	@YAMLCPP_LIBS@ \
	liburd_resources.la \
	-pthread