From 6bae83f2037f87fc347989060c00802fd35960d5 Mon Sep 17 00:00:00 2001 From: Thomas Pietrzak Date: Tue, 26 Apr 2022 08:30:10 +0200 Subject: [PATCH] Compiling --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 80212c9..bbe6396 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # TactonLibrary Arduino library + host PC library + GUI for debugging + +# Compiling + +On VSCode, please use the C/C++ Extension pack. Compiling uses CMake, tested on Mac so far. + +This code uses a submodule for serial communications, use `git submodule init ; git submodule update` to get it. + +Applications need Qt6, installed on mac with `brew install qt`. -- 2.30.2