diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-03 04:14:55 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-03 04:14:55 +0200 |
commit | 4e0e357b673623bb411217da30f45803fb0f9931 (patch) | |
tree | 4e78ee0070828f2d7656f4e46004c16e2150f9e6 /DEPENDENCIES | |
parent | add everything that does not require sites, partitions or crtcs to the test (diff) | |
download | libgamma-4e0e357b673623bb411217da30f45803fb0f9931.tar.gz libgamma-4e0e357b673623bb411217da30f45803fb0f9931.tar.bz2 libgamma-4e0e357b673623bb411217da30f45803fb0f9931.tar.xz |
add deps list
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 0000000..51b0281 --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,60 @@ +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 + gcc + general-preprocessor (gpp) + python3 + 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 + gcc https://gcc.gnu.org + general-preprocessor (gpp) https://github.com/maandree/gpp + python3 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/ + |