Skip to content

Commit

Permalink
fixed dead link in README.linux.md. cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
opdenkamp committed Oct 27, 2016
1 parent c7e56e4 commit 575ac2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/README.linux.md
Expand Up @@ -34,22 +34,22 @@ sudo ldconfig
See [docs/README.raspberrypi.md](docs/README.raspberrypi.md). See [docs/README.raspberrypi.md](docs/README.raspberrypi.md).


### Exynos ### Exynos
Pass the argument -DHAVE_EXYNOS_API=1 to the cmake command in the compilation instructions: Pass the argument `-DHAVE_EXYNOS_API=1` to the cmake command in the compilation instructions:
``` ```
cmake -DHAVE_EXYNOS_API=1 .. cmake -DHAVE_EXYNOS_API=1 ..
``` ```


### AOCEC ### AOCEC
Pass the argument -DHAVE_AOCEC_API=1 to the cmake command in the compilation instructions: Pass the argument `-DHAVE_AOCEC_API=1` to the cmake command in the compilation instructions:
``` ```
cmake -DHAVE_AOCEC_API=1 .. cmake -DHAVE_AOCEC_API=1 ..
``` ```


### TDA995x ### TDA995x
Pass the argument -DHAVE_TDA995X_API=1 to the cmake command in the compilation instructions: Pass the argument `-DHAVE_TDA995X_API=1` to the cmake command in the compilation instructions:
``` ```
cmake -DHAVE_TDA995X_API=1 .. cmake -DHAVE_TDA995X_API=1 ..
``` ```


### Debian / Ubuntu .deb packaging ### Debian / Ubuntu .deb packaging
See [docs/README.debian.md](docs/README.debian.md). See [docs/README.debian.md](README.debian.md).

0 comments on commit 575ac2d

Please sign in to comment.