Skip to content

Commit

Permalink
[LinuxDeps] Install mpg123 provided by ubuntu package management inst…
Browse files Browse the repository at this point in the history
…ead of manual install
  • Loading branch information
MikeGitb committed Sep 3, 2020
1 parent 6a636dd commit d57a827
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions tools/linux/scripts/trusty-install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,5 @@ sudo apt-get -y install \
gstreamer1.0-alsa \
gstreamer1.0-pulseaudio \
gstreamer1.0-plugins-bad \
libboost-filesystem-dev

# mpg123
wget https://sourceforge.net/projects/mpg123/files/mpg123/1.22.4/mpg123-1.22.4.tar.bz2/download -O mpg123-1.22.4.tar.bz2
tar -xvf mpg123-1.22.4.tar.bz2 && \
cd mpg123-1.22.4 && \
./configure --prefix=/opt/local && \
make && \
sudo make install
libboost-filesystem-dev \
libmpg123-dev

0 comments on commit d57a827

Please sign in to comment.