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:12] – added more links glaubitzcompilingonhaiku [2011/02/06 01:17] 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>
 +
 +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>
 +
 +//libmcrypt// and //sox// have to be downloaded and installed manually:
 +<code>
 +wget http://downloads.sourceforge.net/project/mcrypt/MCrypt/2.6.8/mcrypt-2.6.8.tar.gz
 +wget http://downloads.sourceforge.net/project/sox/sox/14.3.1/sox-14.3.1.tar.gz
 +</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]].
 +
 +===== Getting the code =====
 +
 +To get the code, clone it with //git// as shown on the [[start#source_code|homepage]].
  
 ===== Links ===== ===== Links =====
Line 13: 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