File: Dependencies

package info (click to toggle)
yoshimi 2.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 17,012 kB
  • sloc: cpp: 62,589; xml: 97; sh: 94; python: 45; makefile: 14
file content (41 lines) | stat: -rw-r--r-- 1,367 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Packages known to be needed to build in debian jessie and later.
Some of these will pull in other ones.

    automake
    build-essential    * we now require C++17
    cmake-curses-gui   * 3.0 or later
    fluid              * not needed if compiling headless
    libcairo2-dev      * not needed if compiling headless
    libfftw3-dev
    libfltk1.3-dev     * not needed if compiling headless
    libglu1-mesa-dev   * not needed if compiling headless
    libjack-jackd2-dev * not needed if not compiling for Jack
    libasound2-dev
    libmxml-dev
    libncurses-dev
    libreadline-dev
    libxft-dev
    libxml2-dev
    pkg-config
    xutils-dev
    zlib1g-dev

If compiling for LV2:

    lv2-dev            * libjack-jackd2-dev also required for this

Other distros may have slightly different names or version numbers, and may even have these installed by default. If in doubt try looking for just the main part of the name, but with the -dev extension where appropriate.


For experienced builders:

Optional alternative, instead of libncurses-dev. only needed for wide (unicode) character recognition. Note the 'w'!
    libncursesw-dev

Optional alternative to glibc, part of build-essential
    musl

This also requires argp-standalone which is not available from debian and must be built from source.

Note:
    argp-standalone is also needed for BSD builds.