From: Mikko Keinänen Date: Sun, 26 Dec 2010 11:57:41 +0000 (+0200) Subject: Added install instructions for git install. X-Git-Url: http://git.maemo.org/git/?p=emufront;a=commitdiff_plain;h=cdc412af25b200e94418144a4a3265cc400ce253 Added install instructions for git install. --- 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