Commit d9d1b507c676eab8b71a4bb149973efc400c6508

Authored by Stéphane Raimbault
1 parent da49761b

Add basic information about installation

Showing 1 changed file with 5 additions and 1 deletions
README.rst
@@ -27,11 +27,15 @@ QNX and Windows. @@ -27,11 +27,15 @@ QNX and Windows.
27 Installation 27 Installation
28 ------------ 28 ------------
29 29
30 -The shell commands are ``./autogen.sh; ./configure; make; make install``. 30 +To instal, just run the usual dance, ``./configure && make install`` and run
  31 +``./autogen.sh`` first if the ``configure.sh`` is not present.
31 32
32 If you want to compile with Microsoft Visual Studio, you need to install 33 If you want to compile with Microsoft Visual Studio, you need to install
33 http://code.google.com/p/msinttypes/ to fill the absence of stdint.h. 34 http://code.google.com/p/msinttypes/ to fill the absence of stdint.h.
34 35
  36 +To compile under Windows, install `MinGW <http://www.mingw.org/>`_ and MSYS then
  37 +select the common packages (gcc, automake, libtool, etc).
  38 +
35 Testing 39 Testing
36 ------- 40 -------
37 41