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

Contents of /liblscp/trunk/README

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4112 - (show annotations) (download)
Wed May 1 09:56:53 2024 UTC (2 hours, 27 minutes ago) by capela
File size: 690 byte(s)
* A Spring'24 Release Candidate 2 (aka. v1.0.0-rc2)
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) version 2 or later.
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