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 [2009/10/24 02:10] glaubitzcompilingonhaiku [2011/02/06 01:01] glaubitz
Line 1: Line 1:
 ====== Building on Haiku ====== ====== Building on Haiku ======
  
-===== Preparing Haiku, installing dependencies =====+===== Preparing Haiku =====
  
-===== Fetching the code =====+==== Ports ====
  
 +Run the terminal application via //Haiku menu//->//Applications//->//Terminal//, then download and install //Haikuporter//:
 <code> <code>
-git clone git://z6.physik.fu-berlin.de/linux-minidisc+wget http://ports.haiku-files.org/export/1230/haikuporter/trunk/installhaikuporter.sh 
 +chmod 755 installhaikuporter.sh 
 +./installhaikuporter.sh
 </code> </code>
  
-===== Links =====+Then, using //Haikuporter// install the required build dependencies: 
 +<code> 
 +haikuporter libmad glib2 taglib 
 +</code>
  
-  * Haiku Homepage: [[http://www.haiku-os.org/]] +==== Qt framework ====
-  * Haiku Ports: [[http://ports.haiku-files.org/]] +
-  * Qt4 for Haiku: [[http://dev.osdrawer.net/projects/qt-beos]]+
  
 +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]].
  
 +Also, install //git// and //gcc// together with all GNU build utilities.
  
 +Then install the following libraries together with their development files:
 +
 +- libmad, glib, libmcrypt, libsox, taglib
 +
 +===== Getting the code =====
 +
 +To get the code, clone it with //git// as shown on the [[start#source_code|homepage]].
 +
 +===== Links =====
 +
 +  * Haiku Homepage: [[http://www.haiku-os.org/]]
 +  * Haiku Ports: [[http://ports.haiku-files.org/]]
 +  * Haiku GCC4 Hybrid: [[http://haiku-files.org/cd/]]
 +  * 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