1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-04-17 08:41:30 +00:00
Files
rricharz.Tek4010/raspberrypi.txt
2026-04-11 04:35:35 +02:00

34 lines
678 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. Check installation while you are still in the
Tek4010 directory:
make check
This runs a demonstration and verifies that tek4010 works.
For full instructions and additional information, see:
docs/raspberrypi.md