/[svn]/liblscp/trunk/README
ViewVC logotype

Contents of /liblscp/trunk/README

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4041 - (show annotations) (download)
Fri Aug 12 11:20:35 2022 UTC (19 months, 2 weeks ago) by capela
File size: 670 byte(s)
- Update corrected README.
1 liblscp - LinuxSampler Control Protocol API
2 -------------------------------------------
3
4 liblscp is an implementation of the LinuxSampler control protocol,
5 proposed as a C language API.
6
7 Homepage: https://www.linuxsampler.org
8
9 License: GNU Lesser General Public License (LGPL)
10
11 Installation
12 ------------
13
14 Unpack the tarball and in the extracted source directory:
15
16 cmake [-DCMAKE_INSTALL_PREFIX=<prefix>] -B build
17 cmake --build build [--parallel <Njobs>]
18
19 and optionally, as root:
20
21 [sudo] cmake --install build
22
23 Note that the default installation path (<prefix>) is /usr/local .
24
25
26 Enjoy.
27 --
28 rncbc aka Rui Nuno Capela
29 rncbc at rncbc.org
30 https://www.rncbc.org
31

  ViewVC Help
Powered by ViewVC