Landfall

docs/wiki/Prerequisites

84:21b57dd374bb
2020-06-17 Paul Boddie Added a mention of listlibs.sh which will need to be invoked for some examples. jz4780-lcd
     1 = Prerequisites =     2      3 Landfall has the following general dependencies or prerequisites:     4      5 {{{#!table     6 '''Prerequisite'''          || '''Suggestions'''     7 ==     8 Basic development tools     9 (for building the software) || Debian package: build-essential    10 ==    11 Cross-toolchains    12 (for building the software) || Buildroot C/C++ toolchains \\    13                             .. [[https://buildroot.org/]] \\    14                             .. or Debian toolchains (for the CI20)    15 ==    16 GNU Unifont    17 (needed to display text)    || Debian package: unifont \\    18                             .. Tested with Debian version 1:5.1.20080914-1.3 \\    19                             .. [[http://unifoundry.com/unifont.html]]    20 ==    21 L4Re    22 (this work's foundation)    || Tested with repository version r78 \\    23                             .. [[http://l4re.org/]]    24 ==    25 L4Re-Fiasco.OC-patches    26 (needed for device support) || Tested with snapshot-20180530 \\    27                             .. [[http://www.boddie.org.uk/paul/L4Re-Fiasco.OC.html]]    28 ==    29 MoinLight    30 (needed for documentation)  || [[http://projects.boddie.org.uk/MoinLight]]    31 ==    32 Python    33 (needed to run tools)       || Debian package: python \\    34                             .. Tested with Debian version 2.7.3-4+deb7u1 \\    35                             .. [[https://www.python.org/]]    36 }}}    37     38 See also the prerequisites for the L4Re-Fiasco.OC-patches distribution,    39 described in that distribution's documentation.