Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
notedit authored Sep 18, 2022
1 parent d9cbe75 commit 3305437
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Ubuntu or Dedian
```sh
apt-get install pkg-config
apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-ugly gstreamer1.0-libav


// set GST_PLUGIN_PATH on linux, may diff on your system
export GST_PLUGIN_PATH=/usr/local/lib:/usr/lib/x86_64-linux-gnu/gstreamer-1.0
```

Mac os
Expand All @@ -23,7 +27,7 @@ brew install gst-plugins-bad
brew install gst-plugins-ugly


// set GST_PLUGIN_PATH
// set GST_PLUGIN_PATH on mac
export GST_PLUGIN_PATH=/opt/homebrew/lib/gstreamer-1.0/
```

Expand Down

0 comments on commit 3305437

Please sign in to comment.