Changes between Version 12 and Version 13 of development:qt4compile

Show
Ignore:
Timestamp:
02/13/09 15:24:03 (4 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • development:qt4compile

    v12 v13  
    3636}}} 
    3737 
     38If you're using portaudio / portmidi v19, make sure you apply the portaudio/portmidi patches (see below). 
     39 
    3840This is just an example for debian based systems. The package names may vary for other distributions. 
    3941 
     
    4446}}} 
    4547 
    46 3. Compile and install hydrogen: 
     483. Apply portaudio/portmidi patches (only if you want to use portaudio / portmidi v19) 
     49{{{ 
     50cd /usr/src/hydrogen 
     51patch -p0 < patches/portaudio.patch  
     52patch -p0 < patches/portmidi.patch 
     53}}} 
     54 
     554. Compile and install hydrogen: 
    4756{{{ 
    4857cd /usr/src/hydrogen