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
dev:macosx_building_howto [2021/09/06 19:23] – [Compiling] devadev:macosx_building_howto [2021/09/08 18:20] (current) – [Compiling] deva
Line 36: Line 36:
 Set paths: Set paths:
 <code> <code>
-export PKG_CONFIG_PATH=opt/homebrew/bin/pkg-config+export PKG_CONFIG_PATH=/opt/homebrew/Cellar/libsndfile/1.0.31/lib/pkgconfig
 </code> </code>
  
-Configure:+Configure with cli enabled:
 <code> <code>
 ./configure \ ./configure \
Line 45: Line 45:
   --enable-output-jackaudio \   --enable-output-jackaudio \
   --disable-output-alsa \   --disable-output-alsa \
 +  --disable-input-midifile \
   --enable-cli \   --enable-cli \
   --without-debug \   --without-debug \
-  --with-test \ +  --without-test 
-  --disable-input-midifile \+  --enable-vst \ 
 +  --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 \ 
 +  --without-test \
   --enable-vst \   --enable-vst \
   --with-vst-sources=/path/to/vstsdk2.4 \   --with-vst-sources=/path/to/vstsdk2.4 \
dev/macosx_building_howto.1630948992.txt.gz · Last modified: 2021/09/06 19:23 by deva
Trace:
GNU Free Documentation License 1.3
Valid CSS Driven by DokuWiki Recent changes RSS feed Valid XHTML 1.0