diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-09-12 03:42:24 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-09-12 03:42:24 +0200 |
commit | fee2317e973b25dc0e73603702dc686eb058b397 (patch) | |
tree | 4d9a6d50b74bc0be11a1b8a9543919c0eace3e85 /DEPENDENCIES | |
parent | signals will interrupt read on timer, so we do not have to wait for the timer to expire to exit (diff) | |
download | mongotimer-fee2317e973b25dc0e73603702dc686eb058b397.tar.gz mongotimer-fee2317e973b25dc0e73603702dc686eb058b397.tar.bz2 mongotimer-fee2317e973b25dc0e73603702dc686eb058b397.tar.xz |
update makefile + update gitignore + fix warnings + remove old implementation + add deps
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 0000000..e306b78 --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,22 @@ +RUNTIME DEPENDENCIES: + + glibc + linux + gpp (http://www.github.com/maandree/gpp) + + +BUILD DEPENDENCIES: + + glibc + gcc + linux-api-headers + make + coreutils + texinfo (opt-out: for info manual) + + +INSTALL DEPENDENCIES: + + make + coreutils + |