• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..17-Apr-2021-

MOD/H17-Apr-2021-467406

dsp/H17-Apr-2021-409327

gui/H03-May-2022-1,019776

plugin/H17-Apr-2021-520376

LICENSEH A D17-Apr-202134.3 KiB675553

MakefileH A D03-May-20223.4 KiB11593

README.mdH A D17-Apr-2021609 3218

README.md

1# GxSunFace.lv2
2A classic fuzz face with some light modifications
3
4
5![GxSunFace](https://raw.githubusercontent.com/brummer10/GxSunFace.lv2/master/GxSunFace.png)
6
7
8###### BUILD DEPENDENCY’S
9
10the following packages are needed to build GxSunFace:
11
12- libc6-dev
13- libcairo2-dev
14- libx11-dev
15- x11proto-dev
16- lv2-dev
17
18note that those packages could have different, but similar names
19on different distributions. There is no configure script,
20make will simply fail when one of those packages isn't found.
21
22## BUILD
23
24$ make install
25
26will install into ~/.lv2
27
28$ sudo make install
29
30will install into /usr/lib/lv2
31
32