From: Ian Jackson Date: Thu, 15 Apr 2021 13:17:08 +0000 (+0100) Subject: docs build: Document tsc requirement (insofar as we know) X-Git-Tag: otter-0.5.0~51 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=03bc8e8bf2fca5ce18e299b64d5d35d169e1e82c;p=otter.git docs build: Document tsc requirement (insofar as we know) Signed-off-by: Ian Jackson --- diff --git a/docs/build.rst b/docs/build.rst index 15ce23a9..46fd0e5d 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -9,7 +9,10 @@ You will need at least 6000 megabytes of disk space, or more, and a good internet connection. Your computer will be compiling a lot of code. -These instructions were once tested on Debian buster. +These instructions were once tested on Debian 10 "buster". Otter +won't build on Debian 9 "stretch" because the Typescript compiler +(tsc) is too old. tsc 3.3.3333 is known to work. Ubuntu 20.04LTS +"focal" should work. Setup -----