Skip to content

Instantly share code, notes, and snippets.

@urtzai
Forked from mamantoha/readme.md
Last active June 16, 2016 14:13
Show Gist options
  • Save urtzai/15c428d98834020c0b7fc49b3dee735a to your computer and use it in GitHub Desktop.
Save urtzai/15c428d98834020c0b7fc49b3dee735a to your computer and use it in GitHub Desktop.
Sopcast Ubuntu 15.10
$ mkdir sopcast
$ cd sopcast

$ wget http://download.sopcast.com/download/sp-auth.tgz
$ tar xzvf sp-auth.tgz
$ cd sp-auth
$ sudo cp sp-sc-auth /usr/local/bin/
$ cd ..

$ wget http://www.sopcast.com/download/libstdcpp5.tgz
$ tar xzvf libstdcpp5.tgz
$ cd libstdcpp5/usr/lib/
$ sudo cp * /usr/local/lib/
$ sudo ldconfig
$ cd ../..

$ sudo apt-get install python-glade2 vlc
$ wget https://sopcast-player.googlecode.com/files/sopcast-player-0.8.5.tar.gz
$ tar xzvf sopcast-player-0.8.5.tar.gz
$ cd sopcast-player
$ make
$ sudo make install

$ sopcast-player
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment