diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2017-09-14 01:17:10 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2017-09-14 01:48:32 -0400 |
commit | 823bb09ab15e0042c0d2cdb532a48ed64632b371 (patch) | |
tree | 70ecedaf140387fbfb8b22657a24b69dd8714704 /tools/dependencies/configs/parabola/i386/README | |
parent | 716fc9f3c66e7fac6f2589f3fbe998b5cd629861 (diff) | |
download | librebootfr-823bb09ab15e0042c0d2cdb532a48ed64632b371.tar.gz librebootfr-823bb09ab15e0042c0d2cdb532a48ed64632b371.zip |
Add dependencies to parabola configuration dirs
Dependencies for individual programs are placed in separate files to
lower maintainence costs.
Diffstat (limited to 'tools/dependencies/configs/parabola/i386/README')
-rw-r--r-- | tools/dependencies/configs/parabola/i386/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tools/dependencies/configs/parabola/i386/README b/tools/dependencies/configs/parabola/i386/README new file mode 100644 index 00000000..3a920465 --- /dev/null +++ b/tools/dependencies/configs/parabola/i386/README @@ -0,0 +1,24 @@ +Each file in this directory contains a list of dependencies that +should be installed before compiling the program indicated by the +filename's suffix, with a few exceptions; these exceptions being +"deps-documentation", "deps-download", and "deps-generic" for reasons +noted below: + +* "deps-documentation" contains a general list of packages that are + needed to build Libreboot documentation. +* "deps-download" contains packages necessary for downloading either + source code repositories and/or supporting files from a remote + source. +* "deps-generic" contains generic dependencies that didn't quite fit + (i.e. listed) under any of the other dependency lists but are + necessary nonetheless. + +It is expected that these files are updated whenever upstream projects +change dependency requirements. + +Any duplications between files are intentional; in order to provide a +clear picture as to which dependencies are needed by individual +programs, any attempt to consolidate these lists is dissuaded. + +This README is released under Creative Commons Zero 1.0: +https://creativecommons.org/publicdomain/zero/1.0/ |