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

Contents of /liblscp/trunk/README

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4004 - (show annotations) (download)
Sun Dec 5 12:36:24 2021 UTC (2 years, 4 months ago) by capela
File size: 662 byte(s)
* Dropped autotools (autoconf, automake, etc.) build system.
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=/usr/local] -B build
17 cmake --build build [--parallel <Njobs>]
18
19 and optionally, as root:
20
21 sudo cmake --install build
22
23 See also the README.cmake file in the source distribution.
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