From: Mohammed Morsi Date: Wed, 11 Mar 2009 15:14:18 +0000 (-0400) Subject: added autogen script to run autotools to generate configure and necessary make inputs X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=0e605c0d34447f049f14dfd96ace73fb1c0cffaf;p=ovirt-viewer.git added autogen script to run autotools to generate configure and necessary make inputs --- diff --git a/README b/README index e56fdc6..cff4b1f 100644 --- a/README +++ b/README @@ -11,3 +11,10 @@ About ovirt-viewer oVirt viewer is an application for accessing oVirt virtual machine consoles from Linux, Unix or Windows-based desktops. +Installation +═════════════════════════════════════════════════════════════════════ +Read INSTALL for complete instructions, or briefly: + 1. ./autogen.sh + 2. ./configure + 3. make + 4. ./ovirt-viewer diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..c7df22c --- /dev/null +++ b/autogen.sh @@ -0,0 +1,3 @@ +#!/bin/sh +autoreconf --force --install -I config -I m4 +