summaryrefslogtreecommitdiff
path: root/install-deps
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2022-05-25 17:12:18 -0500
committerJohn Klug <john.klug@multitech.com>2022-05-25 17:12:18 -0500
commit7971cb0aa3e517a53f0ce6d3ee9bc3179041ccb8 (patch)
tree56e91417e6f937b3956cadcf4973756cebb4a8b0 /install-deps
downloadmlinux-7971cb0aa3e517a53f0ce6d3ee9bc3179041ccb8.tar.gz
mlinux-7971cb0aa3e517a53f0ce6d3ee9bc3179041ccb8.tar.bz2
mlinux-7971cb0aa3e517a53f0ce6d3ee9bc3179041ccb8.zip
mLinux 6
Diffstat (limited to 'install-deps')
-rwxr-xr-xinstall-deps/install-centos-rhel-deps.sh4
-rwxr-xr-xinstall-deps/install-debian-ubuntu-deps.sh4
-rwxr-xr-xinstall-deps/install-fedora-deps.sh5
-rwxr-xr-xinstall-deps/install-opensuse-deps.sh4
4 files changed, 17 insertions, 0 deletions
diff --git a/install-deps/install-centos-rhel-deps.sh b/install-deps/install-centos-rhel-deps.sh
new file mode 100755
index 0000000..0f0e6d9
--- /dev/null
+++ b/install-deps/install-centos-rhel-deps.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+yum install gawk make wget tar bzip2 gzip python unzip perl patch \
+diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath SDL-devel xterm
diff --git a/install-deps/install-debian-ubuntu-deps.sh b/install-deps/install-debian-ubuntu-deps.sh
new file mode 100755
index 0000000..6088db4
--- /dev/null
+++ b/install-deps/install-debian-ubuntu-deps.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib \
+build-essential chrpath libsdl1.2-dev xterm
diff --git a/install-deps/install-fedora-deps.sh b/install-deps/install-fedora-deps.sh
new file mode 100755
index 0000000..f1c34d4
--- /dev/null
+++ b/install-deps/install-fedora-deps.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+yum install gawk make wget tar bzip2 gzip python unzip perl patch \
+diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \
+ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue SDL-devel xterm
diff --git a/install-deps/install-opensuse-deps.sh b/install-deps/install-opensuse-deps.sh
new file mode 100755
index 0000000..7f3c193
--- /dev/null
+++ b/install-deps/install-opensuse-deps.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+zypper install python gcc gcc-c++ git chrpath make wget python-xml \
+diffstat texinfo python-curses patch libSDL-devel xterm