瀏覽代碼

Document that libxml2-dev and libcppuni-dev are required when building form git

Fixes GH-354
Tatsuhiro Tsujikawa 10 年之前
父節點
當前提交
d6d21085e2
共有 1 個文件被更改,包括 7 次插入2 次删除
  1. 7 2
      README.rst

+ 7 - 2
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