You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: microbit/v2/README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,17 +14,24 @@ You need some open source pre-requisites to build this repo. You can either inst
14
14
-[Github desktop](https://desktop.github.com/)
15
15
-[CMake](https://cmake.org/download/)
16
16
-[Python 3](https://www.python.org/downloads/)
17
+
- For OS X you may need command line tools for xcode. Install using `xcode-select --install`
17
18
18
19
**OR**
19
20
20
21
One can use docker instead of downloading these dependencies (read about this here [here](https://github.com/lancaster-university/microbit-v2-samples))
21
22
22
23
# Building without docker
23
24
- Clone this repository
24
-
- In the root of this repository type `python3 build.py` or `python build.py` depending on python version
25
-
- The hex file will be built `MICROBIT.HEX` and placed in the root folder.
25
+
- In the folder `/microbit/v2`type `execute python3 build.py` or `python build.py` depending on python version
26
+
- The hex file will be built `MICROBIT.HEX` and placed in the `/microbit/v2` folder.
26
27
- If at some point any config changes are made outside any .cpp files run `python3 build.py -c`. The `-c` flag will clear the build files. If this is not done the changes to config will not take effect.
0 commit comments