csound / plugins

Repository for Csound plugins which were originally in the main repository, and for new plugins as well.
GNU Lesser General Public License v2.1
11 stars 11 forks source link

Clarify install location instructions #9

Closed anton-k closed 2 years ago

anton-k commented 2 years ago

Clarifies a bit inslallation location instructions. Current instructions require user to look up into the source code of Cmake file to understand how LIBRARY_INSTALL_DIR is composed out of PREFIX and USE64 flags. Instead of describing it in terms of internal variable which is hard to guess if you are not accustomed to cmake it's better to describe it precisely in terms of flags that are visible to the user.

Also added formatting for floats/doubles so that it does not look to heavy when several almost identical pathes are written in single line.