1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-04-18 17:07:30 +00:00

Added experimental installation instructions for MacOS

This commit is contained in:
Rene Richarz
2024-06-08 07:37:26 +02:00
parent c155f2c324
commit 61911f483a
2 changed files with 47 additions and 4 deletions

View File

@@ -2,7 +2,12 @@
# Tektronix 4010 and 4014 Storage Tube Terminal Emulator
This is a [Tektronix 4010, 4013, 4014 and 4015](https://en.wikipedia.org/wiki/Tektronix_4010)
terminal emulator for the Raspberry Pi and other Linux systems.
terminal emulator for the Raspberry Pi, Linux and MacOS (Macintosh). A version for Windows is
not available.
All instructions can be found in [Manual.pdf](https://github.com/rricharz/Tek4010/blob/master/Manual.pdf)
in the main Tek4010 directory. The installation is described there, except for MacOS, see the
macintosh.txt file in the repository.
![screen_shot](screendump.png?raw=true "tek4010 screendump")
@@ -32,9 +37,6 @@ Dave Ault using tek4010.
![scale model](scalemodel.jpg?raw=true "scale model of Tektronix 4010")
All instructions can be found in [Manual.pdf](https://github.com/rricharz/Tek4010/blob/master/Manual.pdf)
in the main Tek4010 directory.
The storage tube emulator and the Tektronix 4010/4014 decoder were witten by Rene Richarz. The ARDS
decoder was written by Lars Brinkhoff. He also provided some interesting historical documents and
the ARDS plot files. Teunis van Beelen has written the helper program “rs232-console” to connect

41
macintosh.txt Normal file
View File

@@ -0,0 +1,41 @@
Tek4010 on Macos
================
tek4010 can also be built on MacOS. This is experimental
at present and any help to make the installation easier is
appreciated. At present this is only for experienced
command line users.
Open a terminal window and type
1. xcode -select --install
2. Install Mac Ports. See https://macports.org/install.php
3. Reboot your Mac
Type the following commands in your terminal window:
4. sudo port install gtk3-devel
5. sudo port install git
6. sudo prot install cairo
7. sudo port install pkgconfig
8. Install XQuartz, see https://xquartz.org
9. git clone https://github.com/rricharz/Tek4010
10. make clean
11. make
12. Test with ./tek4010 demos/demo.sh
To use it, type cd ~/Tek4010
and use ./tek4010 to start tek4010
There are a few minor problems at present, see the
issues in the github repository