From 2f3e9087d7dd6ccb3fd5f6f54f0cacca1f970a83 Mon Sep 17 00:00:00 2001 From: raabe Date: Wed, 8 Dec 2021 22:00:20 +0100 Subject: [PATCH] Update SetupComputer --- SetupComputer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SetupComputer.md b/SetupComputer.md index 24c68d0..118b939 100644 --- a/SetupComputer.md +++ b/SetupComputer.md @@ -1,6 +1,6 @@ **Prepare Computer** -- Install a basic Ubuntu 12.04 LTS Desktop 32 Bit http://www.ubuntu.com/download/desktop ,username: control with sudo permissions +- Install a basic Ubuntu 20.04 LTS Desktop 64 Bit http://www.ubuntu.com/download/desktop ,username: control with sudo permissions - Add various packages: ``` @@ -240,4 +240,4 @@ sudo make install /usr/local$ sudo ln -s qwt-6.1.3 qwt6 /usr/local/qwt-6.1.3/include$ sudo ln -s . qwt /usr/local/qwt-6.1.3/lib$ sudo ln -s libqwt.so.6.1.3 libqwt6.so -``` +``` \ No newline at end of file