Tek4010 on macOS ================ This is a quick installation guide for macOS. Quick start: 1. Open a terminal and type: xcode-select --install 2. Install Homebrew. See: https://brew.sh 3. Install required packages: brew install gtk+3 cairo pkg-config git 4. Download the source: git clone https://github.com/rricharz/Tek4010 cd Tek4010 5. Build and install: make clean make make install 6. 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/macos.md