From 4e0e357b673623bb411217da30f45803fb0f9931 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 3 Jun 2014 04:14:55 +0200 Subject: add deps list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- DEPENDENCIES | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 DEPENDENCIES (limited to 'DEPENDENCIES') 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/ + -- cgit v1.2.3-70-g09d2