From a5e9a181a29abdc82f7f987589e8d60793861d69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=A8Rene=20Richarz?= <¨rene.richarz@bluewin.ch¨> Date: Wed, 17 Apr 2019 20:40:00 +0200 Subject: [PATCH] reference to virtualbox removed for performance reasons --- README.md | 9 +-------- tube.c | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 380e722..ff35b75 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@ # Tektronix 4010 and 4014 Storage Tube Terminal Emulator This is a [Tektronix 4010 and 4014](https://en.wikipedia.org/wiki/Tektronix_4010) terminal emulator -for the Raspberry Pi and other Linux systems. It can also be used on Windows and Macintosh systems -with [Virtualbox](https://www.virtualbox.org/) and [Ubuntu](https://www.ubuntu.com/). +for the Raspberry Pi (Raspberry Pi 3 or faster) and other Linux systems. It can also display historical data for the [MIT Project MAC](https://en.wikipedia.org/wiki/MIT_Computer_Science_and_Artificial_Intelligence_Laboratory#Project_MAC) @@ -29,12 +28,6 @@ This [video of a tek4010 demo](https://youtu.be/ioYiu6oUT88) was generated using [simplescreenrecorder](https://www.maartenbaert.be/simplescreenrecorder). There is also a video of a an [animation using the tek4010](https://youtu.be/7FMewaoEOmk). -If you want to make an installation on Windows or OSX, first install Virtualbox and Ubuntu on -your system. Here are examples of guides for -[OSX](https://www.dev2qa.com/how-to-install-ubuntu-on-virtualbox-mac/) -and [Windows](https://itsfoss.com/install-linux-in-virtualbox/). Once you are running in -virtual Ubuntu you can proceed. - Install the tek4010 emulator from this repo on a Raspberry Pi or Ubuntu. I propose using sudo apt-get install git diff --git a/tube.c b/tube.c index 141b4e6..795ea77 100755 --- a/tube.c +++ b/tube.c @@ -178,7 +178,7 @@ void tube_init(int argc, char* argv[]) char *argv2[20]; size_t bufsize = 127; int firstArg = 1; - printf("tek4010 version 1.2.2\n"); + printf("tek4010 version 1.2.3\n"); windowName = "Tektronix 4010/4014 emulator"; if ((argc<2) || (argc>19)) { printf("Error:number of arguments\n");