Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lrusak/multimedia.steam
https://github.com/lrusak/multimedia.steam
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lrusak/multimedia.steam
- Owner: lrusak
- Created: 2014-06-09T01:05:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-10T02:04:07.000Z (over 10 years ago)
- Last Synced: 2023-08-01T06:44:03.033Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 641 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# multimedia.steam
Initial Steam support for OpenELEC
Currently i386 only until Valve gets their **** together.
### Instructions
1. Clone OpenELEC main repo (or other)
```
$ git clone https://github.com/OpenELEC/OpenELEC.tv.git
```2. Change working directory
```
$ cd OpenELEC.tv
```3. Add submodule to OpenELEC tree
```
$ git submodule add https://github.com/lrusak/multimedia.steam.git packages/addons/multimedia
```4. Build addon
```
$ PROJECT=Generic ARCH=i386 ./scripts/create_addon steam
```