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 [2021/09/06 19:20] – [Compiling] devadev:macosx_building_howto [2021/09/08 17:20] – [Compiling] deva
Line 1: Line 1:
 ======MacOSX Building Howto====== ======MacOSX Building Howto======
 +
 +**NOTE: OSX only currently compiles on the develop branch!**
 +
 Clone the project in read-only mode: Clone the project in read-only mode:
 <code> <code>
-git clone git://git.drumgizmo.org/drumgizmo.git --recursive+git clone --branch develop --recursive git://git.drumgizmo.org/drumgizmo.git
 </code> </code>
  
Line 14: Line 17:
 brew install pkg-config libsndfile jack lv2 brew install pkg-config libsndfile jack lv2
 </code> </code>
- 
-**NOTE: OSX only currently compiles on the develop branch!** 
  
 =====Download VST sources===== =====Download VST sources=====
Line 38: Line 39:
 </code> </code>
  
-Configure:+Configure with cli enabled:
 <code> <code>
 ./configure \ ./configure \
Line 49: Line 50:
   --disable-input-midifile \   --disable-input-midifile \
   --enable-vst \   --enable-vst \
-  --with-vst-sources=/Path/to/VST3_SDK \+  --with-vst-sources=/path/to/vstsdk2.4 \ 
 +  --enable-lv2 \ 
 +  --prefix="$PWD/sysinstall" 
 +</code> 
 + 
 +Or configure with just the vst and lv2 plugins: 
 +<code> 
 +./configure \ 
 +  --disable-cli \ 
 +  --without-debug \ 
 +  --with-test \ 
 +  --enable-vst \ 
 +  --with-vst-sources=/path/to/vstsdk2.4 \
   --enable-lv2 \   --enable-lv2 \
   --prefix="$PWD/sysinstall"   --prefix="$PWD/sysinstall"
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