Difference between revisions of "Using sopcast"
Jump to navigation
Jump to search
(Created page with "== How Do I... - Using sopcast == Sopcast is a great way to watch streaming live sports without advertising, flash streams or other clutter. At one point, sopcast was in portage…") |
|||
| Line 1: | Line 1: | ||
== How Do I... - Using sopcast == | == How Do I... - Using sopcast == | ||
| − | Sopcast is a great way to watch streaming live sports without advertising, flash streams or other clutter. At one point, sopcast was in portage along with some GUI frontends, but these have since been removed. In order to use sopcast, you'll have to install the binary manually from the [http://download.sopcast.com/download/ | + | Sopcast is a great way to watch streaming live sports without advertising, flash streams or other clutter. At one point, sopcast was in portage along with some GUI frontends, but these have since been removed. In order to use sopcast, you'll have to install the binary manually from the [http://download.sopcast.com/download/ sopcast download page]. Once you have downloaded it, extract the archive contents to the folder of your choice. Open a terminal and navigate to that folder. Next, copy the archive to ''/usr/bin''. |
'''$''' sudo cp sp-sc-auth /usr/bin/ | '''$''' sudo cp sp-sc-auth /usr/bin/ | ||
In order to make things easier for other applications that may reference the sopcast binary, we'll create a few symlinks. | In order to make things easier for other applications that may reference the sopcast binary, we'll create a few symlinks. | ||
'''$''' sudo ln -s /usr/bin/sp-sc-auth /usr/bin/sp-sc | '''$''' sudo ln -s /usr/bin/sp-sc-auth /usr/bin/sp-sc | ||
'''$''' sudo ln -s sp-sc-auth sopcast | '''$''' sudo ln -s sp-sc-auth sopcast | ||
Revision as of 20:19, 11 December 2010
How Do I... - Using sopcast
Sopcast is a great way to watch streaming live sports without advertising, flash streams or other clutter. At one point, sopcast was in portage along with some GUI frontends, but these have since been removed. In order to use sopcast, you'll have to install the binary manually from the sopcast download page. Once you have downloaded it, extract the archive contents to the folder of your choice. Open a terminal and navigate to that folder. Next, copy the archive to /usr/bin.
$ sudo cp sp-sc-auth /usr/bin/
In order to make things easier for other applications that may reference the sopcast binary, we'll create a few symlinks.
$ sudo ln -s /usr/bin/sp-sc-auth /usr/bin/sp-sc $ sudo ln -s sp-sc-auth sopcast