kopia lustrzana https://github.com/raspberrypi/pico-playground
fixed typo for build instructions
mkdir build should work when copied and pasted.pull/49/head
rodzic
9930bb057b
commit
9da65d62e6
|
@ -6,7 +6,7 @@ To build the converter, either do a `PICO_PLATFORM=host` build of pico-playgroun
|
||||||
or from this directory just do
|
or from this directory just do
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mkidr build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release ..
|
cmake -DCMAKE_BUILD_TYPE=Release ..
|
||||||
make
|
make
|
||||||
|
@ -44,4 +44,4 @@ You can then do:
|
||||||
converter movie.rgb movie.pcm movie.pl2
|
converter movie.rgb movie.pcm movie.pl2
|
||||||
```
|
```
|
||||||
|
|
||||||
If the inputs are not as specified, then the converter will likely crash!
|
If the inputs are not as specified, then the converter will likely crash!
|
||||||
|
|
Ładowanie…
Reference in New Issue