]> Shamusworld >> Repos - ardour-manual/commitdiff
Slight change to Files Ardour Knows About, corrects bug 0008648
authorEd Ward <edwsaintesprit@hotmail.com>
Mon, 5 Apr 2021 14:33:04 +0000 (16:33 +0200)
committerLen Ovens <len@ovenwerks.net>
Sat, 17 Apr 2021 15:43:05 +0000 (08:43 -0700)
include/files-and-directories-ardour-knows-about.html

index 6e5b1b7347ea17eb32d92330407ab8dedba26620..4daf1ce5aa20d8283402d70066c9436b2344a219 100644 (file)
 
 <h4>LV2</h4>
 <p>
-  LADSPA plugins should be found in  <code>/usr/lib/lv2/</code>,
+  LV2 plugins should be found in  <code>/usr/lib/lv2/</code>,
   <code>/usr/local/lib/lv2/</code>
   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 <code>/usr/lib/$ARCH/lv2/</code> 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 <code>/usr/lib/$ARCH/lv2/</code>, <code>/usr/lib64/lv2</code>
+  or <code>/usr/local/lib64/lv2</code> 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.
 </p>
 
 <h4>Linux VST or lxvst</h4>