diff options
-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/ + |