User Tools

Site Tools


compilingonhaiku

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
compilingonhaiku [2010/01/02 14:21] glaubitzcompilingonhaiku [2011/02/06 01:12] glaubitz
Line 1: Line 1:
 ====== Building on Haiku ====== ====== Building on Haiku ======
  
-===== Preparing Haiku, installing dependencies =====+===== Preparing Haiku ===== 
 + 
 +==== Ports ==== 
 + 
 +Run the terminal application via //Haiku menu//->//Applications//->//Terminal//then download and install //Haikuporter//: 
 +<code> 
 +wget http://ports.haiku-files.org/export/1230/haikuporter/trunk/installhaikuporter.sh 
 +chmod 755 installhaikuporter.sh 
 +./installhaikuporter.sh 
 +</code> 
 + 
 +Then, using //Haikuporter// install the required build dependencies
 +<code> 
 +haikuporter pkgconfig-0.25 gettext 
 +haikuporter libmad glib-2.24.2 taglib-1.6.3 
 +</code> 
 + 
 +===Qt framework ====
  
 First, make sure you are using a recent version of Haiku that supports Qt. The "gcc4 hybrid" versions support Qt. Then download Qt for Haiku from [[http://qt-haiku.ru/index.php?option=com_rokdownloads&view=folder&Itemid=60|here]]. First, make sure you are using a recent version of Haiku that supports Qt. The "gcc4 hybrid" versions support Qt. Then download Qt for Haiku from [[http://qt-haiku.ru/index.php?option=com_rokdownloads&view=folder&Itemid=60|here]].
Line 11: Line 28:
 - libmad, glib, libmcrypt, libsox, taglib - libmad, glib, libmcrypt, libsox, taglib
  
 +===== Getting the code =====
  
-===== Fetching the code ===== +To get the codeclone it with //git// as shown on the [[start#source_code|homepage]].
- +
-<code> +
-git clone git://z6.physik.fu-berlin.de/linux-minidisc +
-</code>+
  
 ===== Links ===== ===== Links =====
Line 22: Line 36:
   * Haiku Homepage: [[http://www.haiku-os.org/]]   * Haiku Homepage: [[http://www.haiku-os.org/]]
   * Haiku Ports: [[http://ports.haiku-files.org/]]   * Haiku Ports: [[http://ports.haiku-files.org/]]
-  * Qt4 for Haiku: [[http://dev.osdrawer.net/projects/qt-beos]] 
   * Haiku GCC4 Hybrid: [[http://haiku-files.org/cd/]]   * Haiku GCC4 Hybrid: [[http://haiku-files.org/cd/]]
-  * Another Qt4 for Haiku: [[http://qt-haiku.ru/index.php?option=com_rokdownloads&view=folder&Itemid=60]] +  * Qt4 for Haiku: [[http://qt-haiku.ru/]] 
- +  * Another port of Qt4 for Haiku: [[http://dev.osdrawer.net/projects/qt-beos]]
- +
compilingonhaiku.txt · Last modified: 2011/07/24 18:01 by glaubitz

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki