Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
dev:macosx_building_howto [2018/06/16 19:54] devadev:macosx_building_howto [2018/08/08 17:49] 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:\\
 git clone http://git.drumgizmo.org/drumgizmo.git git clone http://git.drumgizmo.org/drumgizmo.git
Line 16: Line 16:
  
 # Now install the dependencies:\\ # Now install the dependencies:\\
-brew install pkgconfig libsndfile libresample jack+brew install pkgconfig libsndfile jack 
 + 
 + 
 +# zita-resampler is not available through homebrew so compile that one yourself: 
 +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
  
  
Line 42: Line 51:
 make make
 make install make install
 +</code>
dev/macosx_building_howto.txt · Last modified: 2021/09/08 18:20 by deva
Trace: muldjordkit cli-howto
GNU Free Documentation License 1.3
Valid CSS Driven by DokuWiki Recent changes RSS feed Valid XHTML 1.0