Skip to content

Commit

Permalink
added: explanation in README.md for Exynos and TDA995x
Browse files Browse the repository at this point in the history
  • Loading branch information
opdenkamp committed Jul 3, 2015
1 parent 5a5850d commit df0d396
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -52,6 +52,18 @@ cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/CrossCompile.cmake \
..
```

## Exynos ##
To compile in support for Exynos devices, you have to pass the argument -DHAVE_EXYNOS_API=1 to cmake:
```
cmake -DHAVE_EXYNOS_API=1 ..
```

## TDA995x ##
To compile in support for TDA995x devices, you have to pass the argument -DHAVE_TDA995X_API=1 to cmake:
```
cmake -DHAVE_TDA995X_API=1 ..
```

## Apple OS X

To compile libCEC on OS X, you'll need the following dependencies:
Expand Down

0 comments on commit df0d396

Please sign in to comment.