diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-29 15:46:28 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-29 15:46:28 +0100 |
commit | f4a2244aff36b12460978c96eb669fd642a42256 (patch) | |
tree | 18ac462be5ea2e5eddf863793e1532a3ed62ea7a /DEPENDENCIES | |
parent | m gitignore (diff) | |
download | sat-f4a2244aff36b12460978c96eb669fd642a42256.tar.gz sat-f4a2244aff36b12460978c96eb669fd642a42256.tar.bz2 sat-f4a2244aff36b12460978c96eb669fd642a42256.tar.xz |
add build system + add news file + update deps
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index 88fa8dd..ba8577c 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -1,3 +1,20 @@ -libc -linux>=2.6.39 (Or any system that has CLOCK_BOOTTIME) +RUNTIME DEPENDENCIES: + + libc + linux>=2.6.39 (Or any system that has CLOCK_BOOTTIME) + + +BUILD DEPENDENCIES: + + libc + linux>=2.6.39 (Or any system that has CLOCK_BOOTTIME) + c99 + make + coreutils + + +INSTALL DEPENDENCIES: + + make + coreutils |