Skip to content

Commit

Permalink
Update raspberrypi example README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Netz00 authored Dec 17, 2023
1 parent 2a9b115 commit b37ffa7
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 b37ffa7

Please sign in to comment.