Loading README.md +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading configure.ac +2 −0 Original line number Diff line number Diff line Loading @@ -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]) Loading src/Makefile.am +1 −0 Original line number Diff line number Diff line Loading @@ -189,6 +189,7 @@ liburd_aux_la_LDFLAGS = \ @BOOST_SYSTEM_LIB@ \ @BOOST_THREAD_LIB@ \ @PROTOBUF_LIBS@ \ @YAMLCPP_LIBS@ \ liburd_resources.la \ -pthread Loading Loading
README.md +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
configure.ac +2 −0 Original line number Diff line number Diff line Loading @@ -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]) Loading
src/Makefile.am +1 −0 Original line number Diff line number Diff line Loading @@ -189,6 +189,7 @@ liburd_aux_la_LDFLAGS = \ @BOOST_SYSTEM_LIB@ \ @BOOST_THREAD_LIB@ \ @PROTOBUF_LIBS@ \ @YAMLCPP_LIBS@ \ liburd_resources.la \ -pthread Loading