Skip to content

Commit

Permalink
Update setup_v4l2rtspserver.sh
Browse files Browse the repository at this point in the history
add libasound2-dev in install script
  • Loading branch information
zxp86021 authored Jul 27, 2016
1 parent e31c2fe commit a4f01ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_v4l2rtspserver.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
git clone https://github.com/mpromonet/v4l2rtspserver
sudo apt install -y liblivemedia-dev liblog4cpp5-dev cmake
sudo apt install -y liblivemedia-dev liblog4cpp5-dev cmake libasound2-dev
cd v4l2rtspserver
cmake . && make
sudo make install

0 comments on commit a4f01ae

Please sign in to comment.