Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add dependency information
may be incomplete..
  • Loading branch information
mariux committed May 22, 2012
1 parent 2a26d6e commit e6a6e65
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions DEPENDENCIES
@@ -0,0 +1,30 @@
Some dependencies we know about:

bash-4:
we nee bash version for:
- declare -A
- ${var,,}
- ${var^^}

tar-1.26:
we know this version works, we don't know which version does not work
but we need support for (unbroken) --tranform
(we will add exact version at a later time)

coreutils:
for various small linux tools
- env needs to be available as /usr/bin/env

wget:
for downloading software

gzip, bzip2, xz, ..:
to extract source code archives

tar decides which compress utility to use - so any utility
supported by your tar is also supported by bee (tar xf)

man:
to read our minimalistic manpages 8)

to be continued - please let us know if you find additional dependencies.

0 comments on commit e6a6e65

Please sign in to comment.