mirror of
https://github.com/hrvach/deskhop.git
synced 2024-11-22 07:43:51 +01:00
Merge pull request #11 from SamuelMarks/patch-1
[README.md] Use `cmake --build` and source location flags to simplify…
This commit is contained in:
commit
44960f7658
@ -53,10 +53,8 @@ It also remembers the LED state for each computer, so you can pick up exactly ho
|
||||
## How to build
|
||||
|
||||
```
|
||||
mkdir build
|
||||
cd build
|
||||
PICO_BOARD=pico PICO_SDK_PATH=/your/sdk/path cmake ..
|
||||
make
|
||||
PICO_BOARD=pico PICO_SDK_PATH=/your/sdk/path cmake -S . -B build
|
||||
cmake --build build
|
||||
```
|
||||
|
||||
## Using pre-built images
|
||||
|
Loading…
Reference in New Issue
Block a user