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