From 121d13d08ba7fdd525c9a746edffac9e0390ec22 Mon Sep 17 00:00:00 2001 From: Davi de Castro Reis Date: Thu, 9 Sep 2010 17:50:07 -0700 Subject: [PATCH] Added fixed INSTALL file. --- INSTALL | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 INSTALL diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..1c1a83c --- /dev/null +++ b/INSTALL @@ -0,0 +1,6 @@ +Run the commands below or refer to the autotools documentation for more +sophisticated options. + +./configure --prefix=/usr +make +sudo make install