diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-09 01:18:36 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-09 01:18:36 +0200 |
commit | 7dddbf85608bed93ff29ae514e8e2d56f68b34cf (patch) | |
tree | be045f87ba83193fad1a32e899c4a51d0910c428 /docs | |
parent | 7626af0b8aeb6ec098c772b5400141b12b36e91a (diff) |
drop non-Linux host support (docs)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/prerequisite.txt | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/docs/prerequisite.txt b/docs/prerequisite.txt index 342592414..32fb77a75 100644 --- a/docs/prerequisite.txt +++ b/docs/prerequisite.txt @@ -5,16 +5,11 @@ System requirements ------------------- -OpenADK is designed to run on Linux systems. But there is support to run on -MacOS X, Windows with Cygwin, OpenBSD, MirBSD, NetBSD and FreeBSD. Main -development happens on Debian/GNU Linux and MacOS X. The other host platforms -are occasionally tested. OpenADK detects the host system and displays only the -software packages, which are known to be cross-compilable on the used host. -For example OpenJDK7 is only cross-compilable on a Linux host. - +OpenADK is designed to run on Linux systems. +Main development happens on Debian/GNU Linux. OpenADK needs some software to be already installed on the host system; here is the list of the mandatory packages, -package names may vary between host systems. +package names may vary between Linux systems. * Build tools: @@ -28,6 +23,7 @@ package names may vary between host systems. ** +git+ ** +strings+ ** +curl or wget+ +** +xz+ ** +ncurses development files+ ** +zlib development files+ ** +libc development files+ |