use unzip for zip
[openadk.git] / docs / prerequisite.txt
blob2b03b19835e54d440cb89fd87ef98e71ce34ba68
1 // -*- mode:doc; -*-
2 // vim: set syntax=asciidoc:
4 [[requirement]]
5 System requirements
6 -------------------
8 OpenADK is designed to run on Linux systems. But there is basic 
9 support to run on MacOS X, Windows with Cygwin, OpenBSD, MirBSD,
10 NetBSD and FreeBSD. Main development happens on Debian/GNU Linux
11 and MacOS X. The other host platforms are occasionally tested.
13 OpenADK detects the host system and displays only the software
14 packages, which are known to be cross-compilable on the used host.
15 For example OpenJDK7 is only cross-compilable on a Linux host.
17 OpenADK needs some software to be already installed on the host
18 system; here is the list of the mandatory packages,
19 package names may vary between host systems.
21 * Build tools:
23 ** +binutils+
24 ** +C compiler (gcc or clang)+ 
25 ** `C++ compiler (g++ or clang++)`
26 ** +make+
27 ** +gzip+
28 ** +perl+
29 ** +tar+
30 ** +git+
31 ** +strings+
32 ** +curl or wget+
33 ** +ncurses development files+
34 ** +zlib development files+
35 ** +libc development files+
37 There is a check for the required versions of these tools in advance,
38 though.
40 For some packages there are some optional packages required. OpenADK
41 will check for the required tools in advance, when a specific package is
42 choosen. For example Kodi needs Java installed on the host system.
43 OpenADK tries to avoid any optional required host tools and will try to
44 build them when needed.