projects
/
tactonlibrary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55f7281
)
Compiling
author
Thomas Pietrzak
<thomas.pietrzak@gmail.com>
Tue, 26 Apr 2022 06:30:10 +0000
(08:30 +0200)
committer
Thomas Pietrzak
<thomas.pietrzak@gmail.com>
Tue, 26 Apr 2022 06:30:10 +0000
(08:30 +0200)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index 80212c90d7bb3a45d4348f47ef02e18789658e38..bbe6396177da333c6c833a41a6926515020bb7bf 100644
(file)
--- 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`.