aboutsummaryrefslogtreecommitdiffstats
path: root/DEPENDENCIES
blob: 132ff2dfc4ff11ce2d17a3c1e8c40de349524bf2 (plain) (blame)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
RUNTIME DEPENDENCIES:

    libc
    libxcb                        Optional: for the X RandR adjustment method and fake adjustment methods
    libx11                        Optional: for the X VidMode adjustment method
    libxxf86vm                    Optional: for the X VidMode adjustment method
    libdrm                        Optional: for the Linux DRM adjustment method

    Optional dependencies are mandatory when they have been selected at
    compile-time and are not utilisable if not selected at compile-time.


CONFIGURE DEPENDENCIES:

    sh
    coreutils
    sed


BUILD DEPENDENCIES:

    make
    grep
    sed
    coreutils
    c99                           gcc is preferred
    pkg-config
    general-preprocessor (gpp)
    python                        Both Python 2 and Python 3 will work
    texinfo                       Optional: for info, pdf, ps and dvi manuals
    texlive-core                  Optional: for pdf, ps and dvi manuals
    bash                          Optional: for info, pdf, ps and dvi manuals

    And all runtime dependencies that are mandatory or has been opted for.


INSTALL DEPENDENCIES:

    make
    coreutils


DEPENDENCIES SOURCES:

    sh                            bash can provide sh
    make                          https://www.gnu.org/software/make
    grep                          https://www.gnu.org/software/grep
    sed                           https://www.gnu.org/software/sed
    coreutils                     https://www.gnu.org/software/coreutils
    c99                           https://gcc.gnu.org
    pkg-config                    http://pkgconfig.freedesktop.org
    general-preprocessor (gpp)    https://github.com/maandree/gpp
    python                        https://www.python.org/
    texinfo                       https://www.gnu.org/software/texinfo/
    texlive-core                  https://tug.org/texlive/
    bash                          https://www.gnu.org/software/bash
    libc                          https://www.gnu.org/software/libc
    libxcb                        http://xcb.freedesktop.org/
    libx11 (xlib)                 http://xorg.freedesktop.org/
    libxxf86vm                    http://xorg.freedesktop.org/
    libdrm                        http://dri.freedesktop.org/