Skip to content

Instantly share code, notes, and snippets.

@mamantoha
Last active August 22, 2017 17:05
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save mamantoha/db14c0c09826534a446d to your computer and use it in GitHub Desktop.
Save mamantoha/db14c0c09826534a446d 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
$ sudo cp sp-sc-auth /usr/local/bin/
$ cd ..

$ wget http://www.sopcast.com/download/libstdcpp5.tgz
$ cd 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
$ 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