diff --git a/include/files-and-directories-ardour-knows-about.html b/include/files-and-directories-ardour-knows-about.html index 6e5b1b73..4daf1ce5 100644 --- a/include/files-and-directories-ardour-knows-about.html +++ b/include/files-and-directories-ardour-knows-about.html @@ -95,13 +95,14 @@
- LADSPA plugins should be found in /usr/lib/lv2/
,
+ LV2 plugins should be found in /usr/lib/lv2/
,
/usr/local/lib/lv2/
or in a directory mentioned in your LV2_PATH environment variable.
The most common mistake made by distro packagers, is to use a path
- like /usr/lib/$ARCH/lv2/
and find that Ardour will not find that by
- default. The user can either add a link from this actual directory to
- the standard directory or add this path to LV2_PATH.
+ like /usr/lib/$ARCH/lv2/
, /usr/lib64/lv2
+ or /usr/local/lib64/lv2
and find that Ardour will not find
+ that by default. The user can either add a link from this actual directory
+ to the standard directory or add this path to LV2_PATH.