[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libredwg] [PATCH 2/2] Add dependencies to README
From: |
Eduardo Morais |
Subject: |
[libredwg] [PATCH 2/2] Add dependencies to README |
Date: |
Thu, 28 Feb 2013 16:40:45 -0300 |
---
README | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README b/README
index 97a1365..f10645b 100644
--- a/README
+++ b/README
@@ -34,6 +34,12 @@ http://www.gnu.org/software/libredwg
== Building and installing the library ==
+You need the following dependencies:
+- Basic development tools (gcc, autoconf and libtool)
+- SWIG 1.7+
+- TeXinfo
+- Python development headers (debian: python-dev; yum: python-devel)
+
See INSTALL for generic instructions. Basically, you do:
$ ./autogen.sh (if you checked out the source code from git)
--
1.7.10.4