mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
Fixing Debian dependencies.
Adding standard Linux command line tools: - bzip2 - gzip - xz-utils - sed - cpio The tools are usually already installed, though they are usually not installed in e.g. a debootstrapped environment or a minimal installation by default.
This commit is contained in:
parent
61b5788652
commit
f8b828176d
@ -43,7 +43,8 @@ get_mageia_deps()
|
||||
get_debian_deps()
|
||||
{
|
||||
apt-get install -y --force-yes clang llvm-dev automake autogen \
|
||||
libtool libxml2-dev uuid-dev libssl-dev bash patch make
|
||||
libtool libxml2-dev uuid-dev libssl-dev bash patch make \
|
||||
tar xz-utils bzip2 gzip sed cpio
|
||||
}
|
||||
|
||||
unknown()
|
||||
|
Loading…
Reference in New Issue
Block a user