Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
bee/DEPENDENCIES
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
30 lines (22 sloc)
716 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |