mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
mageia dependencies list
This commit is contained in:
parent
5f159c93a0
commit
cac11aae40
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
#
|
#
|
||||||
# auto-install dependency packages using the systems package manager.
|
# auto-install dependency packages using the systems package manager.
|
||||||
# this assumes you have installed or are running as root.
|
# this assumes you are running as root or are using sudo
|
||||||
#
|
#
|
||||||
|
|
||||||
get_fedora_deps()
|
get_fedora_deps()
|
||||||
@ -35,8 +35,9 @@ get_opensuse_deps()
|
|||||||
get_mageia_deps()
|
get_mageia_deps()
|
||||||
{
|
{
|
||||||
urpmi ctags
|
urpmi ctags
|
||||||
urpmi task-c-devel task-c++-devel clang llvm-devel automake autogen libtool \
|
urpmi task-c-devel task-c++-devel clang lib64llvm-devel llvm \
|
||||||
libxml2-devel libuuid-devel openssl bash patch make
|
automake autogen libtool libxml2-devel libuuid-devel openssl \
|
||||||
|
libopenssl-devel bash patch make libstdc++-devel
|
||||||
}
|
}
|
||||||
|
|
||||||
get_debian_deps()
|
get_debian_deps()
|
||||||
|
Loading…
Reference in New Issue
Block a user