1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-04-17 00:36:02 +00:00
Files
rricharz.Tek4010/raspberrypi.txt
2026-04-10 11:42:09 +02:00

35 lines
661 B
Plaintext

Tek4010 on Raspberry Pi / Linux
===============================
This is a quick installation guide for Raspberry Pi OS.
It also works on most Linux systems (e.g. Ubuntu).
Quick start:
1. Open a terminal and type:
sudo apt-get update
sudo apt-get install git libgtk-3-dev make gcc pkg-config
2. Download the source:
git clone https://github.com/rricharz/Tek4010
cd Tek4010
3. Build and install:
make clean
make
make install
4. Test:
tek4010 -noexit cat test.plt
You should see a graphical display.
The display speed can be adjusted if needed.
For full instructions, demos, and additional options, see:
docs/raspberrypi.md