From d6d21085e27ad98f809f99f1662ac5ad37a97211 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 22 Mar 2015 21:39:51 +0900 Subject: [PATCH] Document that libxml2-dev and libcppuni-dev are required when building form git Fixes GH-354 --- README.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 1ccaf54a..72e86bd4 100644 --- a/README.rst +++ b/README.rst @@ -206,8 +206,13 @@ You can use libexpat1-dev instead of libxml2-dev: On Fedora you need the following packages: gcc, gcc-c++, kernel-devel, libgcrypt-devel, libxml2-devel, openssl-devel, gettext-devel, cppunit -If you downloaded source code from git repository, you have to run -following command to generate configure script and other files +If you downloaded source code from git repository, you have to install +following packages to get autoconf macros: + +* libxml2-dev +* libcppunit-dev + +And run following command to generate configure script and other files necessary to build the program:: $ autoreconf -i