From d96c5d3ee7a6b9b3337407ff5625e237d7139dec Mon Sep 17 00:00:00 2001 From: Matt Tytel Date: Thu, 8 Jun 2017 17:22:35 -0400 Subject: [PATCH] Cleaned up linux building instructions --- README.md | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 0552067600..8d12171b61 100644 --- a/README.md +++ b/README.md @@ -18,31 +18,36 @@ sudo make install Other make commands: ```bash -\# Build just the Linux standalone executable: +# Build just the Linux standalone executable: make standalone -\# Build just the Linux LV2 plugin: + +# Build just the Linux LV2 plugin: make lv2 -\# Build just the Linux VST plugin + +# Build just the Linux VST plugin make vst -\# Install just the Linux standalone executable: + +# Install just the Linux standalone executable: sudo make install_standalone -\# Install just the Linux LV2 plugin: + +# Install just the Linux LV2 plugin: sudo make install_lv2 -\# Install just the Linux VST plugin + +# Install just the Linux VST plugin sudo make install_vst ``` -The standalone executable is located in standalone/builds/linux/build -The LV2 plugin is located in builds/linux/LV2 -The VST plugin is located in builds/linux/VST as an .so file. +The standalone executable is built to standalone/builds/linux/build and installed to /usr/bin +The LV2 plugin is built to builds/linux/LV2 and installed to /usr/lib/lv2 +The VST plugin is built to builds/linux/VST and installed to /usr/lib/lxvst #### OSX Open /standalone/builds/osx/Helm.xcodeproj for standalone version -Open /builds/osx/HelmPlugin.xcodeproj for plugin versions +Open /builds/osx/Helm.xcodeproj for plugin versions #### Windows -Open /standalone/builds/vs12/Helm.sln for standalone version -Open /builds/vs12/HelmPlugin.sln for plugin versions +Open /standalone/builds/vs15/Helm.sln for standalone version +Open /builds/vs15/Helm.sln for plugin versions ### Features: - 32 voice polyphony