--- gigedit/trunk/doc/quickstart/live_editing.sgm 2010/01/27 20:29:36 2053 +++ gigedit/trunk/doc/quickstart/live_editing.sgm 2010/01/27 20:40:13 2054 @@ -114,8 +114,18 @@ Then there's definitely something wrong. :) So either create the mentioned directory (in this case "/usr/local/lib/linuxsampler/plugins") manually or - recompile LinuxSampler in case you want it to use - another directory as plugins directory. Assuming you want it to use the directory "/usr/lib/linuxsampler/plugins" instead you could compile the sampler i.e. this way: + in case you want to use another directory as plugins directory (and you + have linuxsampler version 1.0.0.cvs3 or younger), you can simply override + the location where LinuxSampler shall look for plugins by setting the + environment variable LINUXSAMPLER_PLUGIN_DIR: + +bob@mybox ~ $ export LINUXSAMPLER_PLUGIN_DIR="/usr/lib/linuxsampler/plugins" +bob@mybox ~ $ linuxsampler + + or recompile LinuxSampler with another directory + as default plugins directory. Assuming you want it to use the directory + "/usr/lib/linuxsampler/plugins" instead you could compile the sampler i.e. + this way: bob@mybox ~/cvs/linuxsampler $ ./configure --enable-plugin-dir=/usr/lib/linuxsampler/plugins && make