diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2017-09-14 01:35:23 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2017-09-14 02:03:05 -0400 |
commit | 02570dfcaf8f7665db1c8be4b9365443d8579c9f (patch) | |
tree | 20c7e9dc1af77c6eaa825beb2b815ec000bf71f3 /tools/dependencies/configs/trisquel7/x86_64/README | |
parent | 823bb09ab15e0042c0d2cdb532a48ed64632b371 (diff) | |
download | librebootfr-02570dfcaf8f7665db1c8be4b9365443d8579c9f.tar.gz librebootfr-02570dfcaf8f7665db1c8be4b9365443d8579c9f.zip |
Add dependencies to trisquel configuration dirs
Dependencies for individual programs are placed in separate files to
lower maintainence costs.
Diffstat (limited to 'tools/dependencies/configs/trisquel7/x86_64/README')
-rw-r--r-- | tools/dependencies/configs/trisquel7/x86_64/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tools/dependencies/configs/trisquel7/x86_64/README b/tools/dependencies/configs/trisquel7/x86_64/README new file mode 100644 index 00000000..3a920465 --- /dev/null +++ b/tools/dependencies/configs/trisquel7/x86_64/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/ |