Skip to content

Commit 99f8ba8

Browse files
Update README
1 parent 9ee79d7 commit 99f8ba8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ The CMake build scripts in this repo perform two distinct functions:
77

88
## Compiling an Arduino core for Mbed CE
99

10-
1. Set up the toolchain as [described](https://github.com/mbed-ce/mbed-os/wiki/Toolchain-Setup-Guide) in the Mbed CE wiki.
11-
2. Install Python dependencies. On Ubuntu >=22.04, run `xargs apt-get install -y < mbed-os/tools/requirements.apt.txt`. On other OSs, run `python3 -m pip install -r mbed-os/tools/requirements.txt`.
10+
1. Clone the repo. Don't forget to clone with `--recursive` or run `git submodule update --init` after cloning!
11+
2. Set up the toolchain as [described](https://github.com/mbed-ce/mbed-os/wiki/Toolchain-Setup-Guide) in the Mbed CE wiki.
1212
3. Create a build directory and cd into it: `mkdir build && cd build`
1313
4. Configure CMake: `cmake .. -GNinja -DCMAKE_BUILD_TYPE=<Debug|Release> -DMBED_TARGET=<target> -DUPLOAD_METHOD=NONE`. The DCMAKE_BUILD_TYPE may be set to Debug or Release to generate a debug or release build of the core. The MBED_TARGET may be set to any supported target for this repo -- check the directory names under `variants/` to see each supported target.
1414
5. Build: `ninja`

0 commit comments

Comments
 (0)