From: Ian Jackson Date: Fri, 16 Apr 2021 16:15:35 +0000 (+0100) Subject: docs: Record that we tested bullseye too X-Git-Tag: otter-0.5.0~30 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=ccdf8040e9296a3a6bc80ab302746b5a06bbecc3;p=otter.git docs: Record that we tested bullseye too Signed-off-by: Ian Jackson --- diff --git a/docs/build.rst b/docs/build.rst index 73520ed3..bce4c6a2 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -8,10 +8,10 @@ libraries. The main documentation is done with Sphinx. You will need at least 10G 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 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. +These instructions were once tested on Debian 11 "bullseye" and 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 -----