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
dev:macosx_building_howto [2019/05/31 08:32] devadev:macosx_building_howto [2020/12/16 17:06] deva
Line 2: Line 2:
 Clone the project in read-only mode: Clone the project in read-only mode:
 <code> <code>
-git clone http://git.drumgizmo.org/drumgizmo.git +git clone git://git.drumgizmo.org/drumgizmo.git --recursive
-</code> +
- +
-Initialise and update submodules: +
-<code> +
-git submodule init +
-git submodule update+
 </code> </code>
  
Line 18: Line 12:
 Now install the dependencies: Now install the dependencies:
 <code> <code>
-brew install pkgconfig libsndfile jack +brew install pkgconfig libsndfile jack lv2
-</code> +
- +
-zita-resampler is not available through homebrew so compile that one yourself: +
-<code> +
-curl https://kokkinizita.linuxaudio.org/linuxaudio/downloads/zita-resampler-1.6.0.tar.bz2 -O +
-tar xvjf zita-resampler-1.6.0.tar.bz2  +
-cd zita-resampler-1.6.0 +
-cd libs/ +
-make -f Makefile-osx  +
-make -f Makefile-osx install+
 </code> </code>
  
Line 53: Line 37:
 Configure: Configure:
 <code> <code>
-./configure --enable-input-jackmidi --enable-output-jackaudio --disable-output-alsa --enable-cli --without-debug --with-test --disable-input-midifile --enable-vst --with-vst-sources=/Path/to/VST3_SDK --prefix="$PWD/sysinstall"+./configure --enable-input-jackmidi --enable-output-jackaudio --disable-output-alsa --enable-cli --without-debug --with-test --disable-input-midifile --enable-vst --with-vst-sources=/Path/to/VST3_SDK --enable-lv2 --prefix="$PWD/sysinstall"
 </code> </code>
  
Line 64: Line 48:
 =====Making VST discoverable by hosts===== =====Making VST discoverable by hosts=====
 To make use of the VST plugin, the ''drumgizmo_vst.so'' file inside ''$PWD/sysinstall'' must be symlinked to the folder containing VST plugins under the name ''drumgizmo.vst.dylib''. To make use of the VST plugin, the ''drumgizmo_vst.so'' file inside ''$PWD/sysinstall'' must be symlinked to the folder containing VST plugins under the name ''drumgizmo.vst.dylib''.
 +
dev/macosx_building_howto.txt · Last modified: 2021/09/08 18:20 by deva
Trace:
GNU Free Documentation License 1.3
Valid CSS Driven by DokuWiki Recent changes RSS feed Valid XHTML 1.0