summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2015-11-21 12:56:55 +0100
committerpgen <p.gen.progs@gmail.com>2015-11-21 12:56:55 +0100
commit08b5ef7ef446ed652f4512d6de02616251caedff (patch)
treef236032d9dbc707e3ad5013c955f85fe2c4e4ad9 /README.rst
parent0d0735b0d09178ca9098f9648198d9493241c8ae (diff)
Update configure and the build section in README.rst
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index f56fd46..b71f4b2 100644
--- a/README.rst
+++ b/README.rst
@@ -18,8 +18,12 @@ How to build it?
development platform is available. This includes every Unix and Unix
like systems I am aware of.
-You just have to type ``make CURSES=curses`` if you want to link with
-**libcurses** or simply ``make`` if **ncurses** is installed.
+It can be easily compiled and installed with the usual ``configure``,
+``make``, ``make install`` commands. A simple script: ``build.sh`` is
+provided to automate this procedure.
+
+Use the included ``autogen.sh`` if you need to generate a new
+``configure`` script from ``configure.ac`` and ``Makefile.am``.
How to install it?
==================