From e934f177fff09dd74ae418b4fd623d82dada2f13 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 14 Nov 2015 22:59:02 +0900 Subject: [PATCH] Add required packages when building from git --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index cd38df46..59a2cf80 100644 --- a/README.rst +++ b/README.rst @@ -214,6 +214,11 @@ following packages to get autoconf macros: * libxml2-dev * libcppunit-dev +* autoconf +* automake +* autotools-dev +* autopoint +* libtool And run following command to generate configure script and other files necessary to build the program::