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 [2018/08/08 17:49] devadev:macosx_building_howto [2019/05/31 08:26] deva
Line 1: Line 1:
 ======MacOSX Building Howto====== ======MacOSX Building Howto======
-<code>+
 # Clone the project in read-only mode:\\ # Clone the project in read-only mode:\\
 +<code>
 git clone http://git.drumgizmo.org/drumgizmo.git git clone http://git.drumgizmo.org/drumgizmo.git
 +</code>
  
  
 # Initialise and update submodules:\\ # Initialise and update submodules:\\
-git submodule init\\+<code> 
 +git submodule init
 git submodule update git submodule update
 +</code>
  
  
 # Make sure autotools are installed and up-to-date:\\ # Make sure autotools are installed and up-to-date:\\
 # The simplest way to do this is using Homebrew:\\ # The simplest way to do this is using Homebrew:\\
 +<code>
 brew install autoconf automake libtool brew install autoconf automake libtool
 +</code>
  
  
 # Now install the dependencies:\\ # Now install the dependencies:\\
 +<code>
 brew install pkgconfig libsndfile jack brew install pkgconfig libsndfile jack
 +</code>
  
  
-# zita-resampler is not available through homebrew so compile that one yourself:+# 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 curl https://kokkinizita.linuxaudio.org/linuxaudio/downloads/zita-resampler-1.6.0.tar.bz2 -O
 tar xvjf zita-resampler-1.6.0.tar.bz2  tar xvjf zita-resampler-1.6.0.tar.bz2 
Line 26: Line 35:
 make -f Makefile-osx  make -f Makefile-osx 
 make -f Makefile-osx install make -f Makefile-osx install
 +</code>
  
 # Download VST sources: # Download VST sources:
Line 37: Line 46:
  
 # Run autogen:\\ # Run autogen:\\
 +<code>
 ./autogen.sh ./autogen.sh
 +</code>
  
  
 # Set paths:\\ # Set paths:\\
 +<code>
 PKG_CONFIG_PATH=/usr/local/lib/pkgconfig PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
 +</code>
  
  
 # Configure:\\ # Configure:\\
-./configure --enable-input-jackmidi --enable-output-jackaudio --disable-output-alsa --enable-resampler=src --enable-cli --without-debug --with-test --disable-input-midifile --enable-vst --with-vst-sources=/Path/to/VST3_SDK --prefix="$PWD/sysinstall" +<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" 
 +</code>
  
 # Build it:\\ # Build it:\\
 +<code>
 make make
 make install make install
 </code> </code>
 +
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