Added install instructions for git install.
authorMikko Keinänen <mikko.keinanen@gmail.com>
Sun, 26 Dec 2010 11:57:41 +0000 (13:57 +0200)
committerMikko Keinänen <mikko.keinanen@gmail.com>
Sun, 26 Dec 2010 11:57:41 +0000 (13:57 +0200)
www/index.html

index 4410b7f..5c96e8b 100644 (file)
                        <li>UnZip 6.x from <a href="http://www.info-zip.org/">Info-ZIP</a></li>
                </ul>
 
                        <li>UnZip 6.x from <a href="http://www.info-zip.org/">Info-ZIP</a></li>
                </ul>
 
+               <h2>Installing from git repository</h2>
+
+               <pre>
+                       git clone https://vcs.maemo.org/git/emufront
+                       cd emufront/src
+                       qmake -project
+                       qmake emufront.pro
+                       make
+                       ./emufront
+               </pre>
+
                <h2>Instructions</h2>
                <ul>
                        <li>Set the directory path for temporary files</li>
                <h2>Instructions</h2>
                <ul>
                        <li>Set the directory path for temporary files</li>