[README.md] Use `cmake --build` and source location flags to simplify and cross-platform configuring & building
This commit is contained in:
parent
ce27f335fe
commit
8519e4bbc3
|
@ -53,10 +53,8 @@ It also remembers the LED state for each computer, so you can pick up exactly ho
|
||||||
## How to build
|
## How to build
|
||||||
|
|
||||||
```
|
```
|
||||||
mkdir build
|
PICO_BOARD=pico PICO_SDK_PATH=/your/sdk/path cmake -S . -B build
|
||||||
cd build
|
cmake --build build
|
||||||
PICO_BOARD=pico PICO_SDK_PATH=/your/sdk/path cmake ..
|
|
||||||
make
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Using pre-built images
|
## Using pre-built images
|
||||||
|
|
Loading…
Reference in New Issue