diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-20 15:15:40 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-20 15:15:40 +0100 |
commit | 3b640e5731ce3b2800f101a320837235592f2ede (patch) | |
tree | 0b49f88c7946c7e9302edeb42aa41643fa8ba5d4 /DEPENDENCIES | |
parent | m (diff) | |
download | slibc-3b640e5731ce3b2800f101a320837235592f2ede.tar.gz slibc-3b640e5731ce3b2800f101a320837235592f2ede.tar.bz2 slibc-3b640e5731ce3b2800f101a320837235592f2ede.tar.xz |
add deps
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 0000000..a1bd705 --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,21 @@ +RUNTIME DEPENDENCIES: + + (none) + + +BUILD DEPENDENCIES: + + gcc + make + coreutils + sed + texinfo>=4.11 (optional) + https://github.com/maandree/gpp (only utilisable if not cross-compiling, optional) + libc (only utilisable if not cross-compiling, optional, can be slibc itself) + + +INSTALL DEPENDENCIES: + + make + coreutils + |