summaryrefslogtreecommitdiff
path: root/doc/buildAndProgram.md
diff options
context:
space:
mode:
authorCameron Himes <31015399+Caton101@users.noreply.github.com>2021-04-13 21:40:42 -0400
committerGitHub <noreply@github.com>2021-04-13 21:40:42 -0400
commit0cbbd1dfc0881624bca20a20f1e05ed6c3674cbd (patch)
treead4f91295f5f3995a2efa0c9c3f37ce415f9b074 /doc/buildAndProgram.md
parenteb769fb60ecb8f96ecf6901082ec3f0610842af8 (diff)
Add Python modules to build instructions
I had issues building InfiniTime for the first time because the instructions never mentioned needing these Python modules. Including them in the build documentation will help people not be confused like I was. I recommend adding all needed modules to this list. I only added the ones I knew I was missing.
Diffstat (limited to 'doc/buildAndProgram.md')
-rw-r--r--doc/buildAndProgram.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/buildAndProgram.md b/doc/buildAndProgram.md
index cf349094..afd526e0 100644
--- a/doc/buildAndProgram.md
+++ b/doc/buildAndProgram.md
@@ -3,6 +3,7 @@
To build this project, you'll need:
- A cross-compiler : [ARM-GCC (9-2020-q2-update)](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads/9-2020-q2-update)
- The NRF52 SDK 15.3.0 : [nRF-SDK v15.3.0](https://developer.nordicsemi.com/nRF5_SDK/nRF5_SDK_v15.x.x/nRF5_SDK_15.3.0_59ac345.zip)
+ - The `cbor` and `intelhex` modules for Python 3
- A reasonably recent version of CMake (I use 3.16.5)
## Build steps