Selaa lähdekoodia

Add basic information about installation

Stéphane Raimbault 13 vuotta sitten
vanhempi
commit
d9d1b507c6
1 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  1. 5 1
      README.rst

+ 5 - 1
README.rst

@@ -27,11 +27,15 @@ QNX and Windows.
 Installation
 ------------
 
-The shell commands are ``./autogen.sh; ./configure; make; make install``.
+To instal, just run the usual dance, ``./configure && make install`` and run
+``./autogen.sh`` first if the ``configure.sh`` is not present.
 
 If you want to compile with Microsoft Visual Studio, you need to install
 http://code.google.com/p/msinttypes/ to fill the absence of stdint.h.
 
+To compile under Windows, install `MinGW <http://www.mingw.org/>`_ and MSYS then
+select the common packages (gcc, automake, libtool, etc).
+
 Testing
 -------