simplify Raspberry Pi build instructions (#3385)

This commit is contained in:
Alessandro Ros 2024-05-24 13:40:05 +02:00 committed by GitHub
parent 407702380a
commit 2bb7db5314
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 5 deletions

View File

@ -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

4
.gitignore vendored
View File

@ -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

View File

@ -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 .
```