Skip to content

Commit

Permalink
Merge pull request #64 from Netz00/patch-1
Browse files Browse the repository at this point in the history
Update raspberrypi example README.md
  • Loading branch information
sepfy authored Jun 17, 2024
2 parents 2a9b115 + b37ffa7 commit a85dd6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/raspberrypi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ Build a home camera with Raspberry Pi. Support camera video streaming and two-wa
* Install dependencies
```bash
$ sudo apt update
$ sudo apt install -y gstreamer1.0-alsa gstreamer1.0-tools gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-plugins-good libgstreamer1.0-dev git
$ sudo apt install -y gstreamer1.0-alsa gstreamer1.0-tools gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-plugins-good libgstreamer1.0-dev git cmake
```

### Build
```bash
$ git clone --recursive https://github.com/sepfy/libpeer
$ cd libpeer
$ ./build-third-party.sh
$ mkdir cmake && cd camke
$ mkdir cmake && cd cmake
$ cmake -DCMAKE_INSTALL_PREFIX=. ..
$ make && make install
$ cd ../examples/raspberrypi
Expand Down

0 comments on commit a85dd6b

Please sign in to comment.