Merge pull request #334 from thegroove/fix-build-manual

Update building.md
pull/335/head
Paul Philippov 2024-02-27 21:16:06 -05:00 committed by GitHub
commit 1f0d911b10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -48,10 +48,10 @@ source ~/.profile
### Build the firmware. ### Build the firmware.
Building of a binary firmware for your IP camera is fairly easy. Just clone Building of a binary firmware for your IP camera is fairly easy. Just clone
source code from the repository and run a provided script. source code from the repository and run:
```bash ```bash
./building.sh make
``` ```
You will be greeted with a list of available targets. You will be greeted with a list of available targets.