From 8d9d2f23968302f088bb9bc51edebe951e2a81c0 Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Wed, 26 Mar 2008 10:44:26 +0100 Subject: [PATCH] Update --- INSTALL | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 0603007..13d554c 100644 --- a/INSTALL +++ b/INSTALL @@ -1,10 +1,12 @@ Basic Installation ================== -The build system is Waf, the shell commandes are -$ ./waf configure -$ ./waf build -$ sudo ./waf install +The build system is Waf (http://code.google.com/p/waf), the shell commandes are +$ waf configure +$ waf build +$ sudo waf install + +or ./waf if you use a local Waf script. The sources are built in the 'build' directory at the root of the project source files. -- libgit2 0.21.4