simplify Raspberry Pi build instructions (#3385)
This commit is contained in:
parent
407702380a
commit
2bb7db5314
|
@ -3,4 +3,6 @@
|
|||
/binaries
|
||||
/coverage*.txt
|
||||
/apidocs/*.html
|
||||
**/hls.min.js
|
||||
/internal/servers/hls/hls.min.js
|
||||
/internal/protocols/rpicamera/exe/text_font.h
|
||||
/internal/protocols/rpicamera/exe/exe
|
||||
|
|
|
@ -2,4 +2,6 @@
|
|||
/binaries
|
||||
/coverage*.txt
|
||||
/apidocs/*.html
|
||||
**/hls.min.js
|
||||
/internal/servers/hls/hls.min.js
|
||||
/internal/protocols/rpicamera/exe/text_font.h
|
||||
/internal/protocols/rpicamera/exe/exe
|
||||
|
|
|
@ -2015,9 +2015,7 @@ The server can be compiled with native support for the Raspberry Pi Camera. Comp
|
|||
Download the repository, open a terminal in it and run:
|
||||
|
||||
```sh
|
||||
cd internal/protocols/rpicamera/exe
|
||||
make
|
||||
cd ../../../../
|
||||
make -C internal/protocols/rpicamera/exe -j$(nproc)
|
||||
go generate ./...
|
||||
go build -tags rpicamera .
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue