Changes between Version 12 and Version 13 of development:qt4compile
- Timestamp:
- 02/13/09 15:24:03 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
development:qt4compile
v12 v13 36 36 }}} 37 37 38 If you're using portaudio / portmidi v19, make sure you apply the portaudio/portmidi patches (see below). 39 38 40 This is just an example for debian based systems. The package names may vary for other distributions. 39 41 … … 44 46 }}} 45 47 46 3. Compile and install hydrogen: 48 3. Apply portaudio/portmidi patches (only if you want to use portaudio / portmidi v19) 49 {{{ 50 cd /usr/src/hydrogen 51 patch -p0 < patches/portaudio.patch 52 patch -p0 < patches/portmidi.patch 53 }}} 54 55 4. Compile and install hydrogen: 47 56 {{{ 48 57 cd /usr/src/hydrogen