From 46683ff9122d3907d3a15c74d60c32d45b3dd1dc Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Wed, 14 Aug 2024 23:21:41 +0200 Subject: [PATCH] add installation instructions --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 497fcca..608de3e 100644 --- a/README.md +++ b/README.md @@ -44,3 +44,17 @@ This is embedded into all MediaMTX releases and shouldn't normally be downloaded ``` 4. The resulting executables will be available in `mtxrpicam_32` and `mtxrpicam_64` + +## Installation + +1. Download MediaMTX source code + +2. Run `go generate ./...` + +3. Copy `mtxrpicam` inside `mediamtx/internal/staticsources/rpicamera/mtxrpicam_64` (if the Raspberry Pi OS is 64-bit) or inside `mediamtx/internal/staticsources/rpicamera/mtxrpicam_32` (if the Raspberry Pi OS is 32-bit) + +4. Compile MediaMTX + + ```sh + go build . + ```