diff --git a/.dockerignore b/.dockerignore index e866056b..f327c60a 100644 --- a/.dockerignore +++ b/.dockerignore @@ -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 diff --git a/.gitignore b/.gitignore index 87f4b5ff..66f36121 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/README.md b/README.md index 93bb76b6..f6fb91f9 100644 --- a/README.md +++ b/README.md @@ -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 . ```