From cdc412af25b200e94418144a4a3265cc400ce253 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mikko=20Kein=C3=A4nen?= Date: Sun, 26 Dec 2010 13:57:41 +0200 Subject: [PATCH] Added install instructions for git install. --- www/index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/www/index.html b/www/index.html index 4410b7f..5c96e8b 100644 --- a/www/index.html +++ b/www/index.html @@ -59,6 +59,17 @@
  • UnZip 6.x from Info-ZIP
  • +

    Installing from git repository

    + +
    +			git clone https://vcs.maemo.org/git/emufront
    +			cd emufront/src
    +			qmake -project
    +			qmake emufront.pro
    +			make
    +			./emufront
    +		
    +

    Instructions