From: Thomas Pietrzak Date: Tue, 26 Apr 2022 06:30:10 +0000 (+0200) Subject: Compiling X-Git-Url: https://git.thomaspietrzak.com/?a=commitdiff_plain;h=6bae83f2037f87fc347989060c00802fd35960d5;p=tactonlibrary.git Compiling --- 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`.