aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-09-09 13:38:02 +0200
committerlonkaars <loek@pipeframe.xyz>2022-09-09 13:38:23 +0200
commitc46903bacbefcb708f028b8869000b2f2e058171 (patch)
tree7a44c4ca6375c934b5f41d9f673cc634fbf3791d /readme.md
parentbde529a4fb135eef1596ac0a5e6a8fa6a81cf711 (diff)
qt6 client makefile using chartview example
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 063f716..7c9e0ae 100644
--- a/readme.md
+++ b/readme.md
@@ -1,4 +1,11 @@
# avans-whether-station
+## important details
+- the client subfolder uses qmake to generate `client/makefile`, thus only
+ `client/client.pro` should be tracked under version control, not
+ `client/makefile`
+- the stm32 makefile uses git submodules to pull necessary files for
+ compilation. make sure to initialize and sync the git submodules, or re-clone
+ using the `--recursive` flag.