forked from External/mediamtx
simplify Raspberry Pi build instructions (#3385)
This commit is contained in:
parent
407702380a
commit
2bb7db5314
3 changed files with 7 additions and 5 deletions
|
|
@ -3,4 +3,6 @@
|
||||||
/binaries
|
/binaries
|
||||||
/coverage*.txt
|
/coverage*.txt
|
||||||
/apidocs/*.html
|
/apidocs/*.html
|
||||||
**/hls.min.js
|
/internal/servers/hls/hls.min.js
|
||||||
|
/internal/protocols/rpicamera/exe/text_font.h
|
||||||
|
/internal/protocols/rpicamera/exe/exe
|
||||||
|
|
|
||||||
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -2,4 +2,6 @@
|
||||||
/binaries
|
/binaries
|
||||||
/coverage*.txt
|
/coverage*.txt
|
||||||
/apidocs/*.html
|
/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:
|
Download the repository, open a terminal in it and run:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd internal/protocols/rpicamera/exe
|
make -C internal/protocols/rpicamera/exe -j$(nproc)
|
||||||
make
|
|
||||||
cd ../../../../
|
|
||||||
go generate ./...
|
go generate ./...
|
||||||
go build -tags rpicamera .
|
go build -tags rpicamera .
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue