From d9d1b507c676eab8b71a4bb149973efc400c6508 Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Mon, 12 Mar 2012 22:20:30 +0100 Subject: [PATCH] Add basic information about installation --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index db9e016..08ae0a1 100644 --- a/README.rst +++ b/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 `_ and MSYS then +select the common packages (gcc, automake, libtool, etc). + Testing ------- -- libgit2 0.21.4