Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aenniw/samygo
https://github.com/aenniw/samygo
ambilight le46b650 samsung-tv samygo
Last synced: about 20 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/aenniw/samygo
- Owner: aenniw
- License: gpl-2.0
- Created: 2015-08-12T20:59:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-07T18:11:34.000Z (about 6 years ago)
- Last Synced: 2023-03-02T10:32:52.046Z (over 1 year ago)
- Topics: ambilight, le46b650, samsung-tv, samygo
- Language: C
- Size: 35.3 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SamyGo
[![N|Solid](https://travis-ci.org/aenniw/SamyGo.svg?branch=master)](https://travis-ci.org/aenniw/SamyGo)
Content Library applications for [Samsung LE46B650](http://www.samsung.com/cz/consumer/tv-av/tv/hd/LE46B650T2WXXH)
[**Libraries and resources**](http://download.samygo.tv/) /
[**Wiki**](https://wiki.samygo.tv/index.php5?title=Main_Page) /
[**Forum**](https://forum.samygo.tv/viewforum.php?f=11&sid=04ff6f8cfb73bf6dd4755dd96e95cf73)## Setup environment
### Local env setup
```bash
sudo apt-get update
sudo apt-get install gcc-arm-linux-gnueabi cmake make zip git
sudo apt-get install libsdl1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev
```### Docker env setup
```bash
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get update
sudo apt-cache policy docker-ce
sudo apt-get install -y docker-ce
sudo usermod -aG docker ${USER}
```## Build
### Local env build
```bash
./make all --debug
```### Docker env build
```bash
./docker make all --debug
```## SubProjects
[Ambi-Light](Ambi-Light/README.md) |
[Virtual-Usb-Emulator](Virtual-Usb-Emulator/README.md) |
[Template](Template/README.md)