Skip to content

Commit

Permalink
Merge branch 'pr465'. closes #465 #455
Browse files Browse the repository at this point in the history
  • Loading branch information
opdenkamp committed Mar 27, 2020
2 parents 479bddf + 4b0a481 commit 62a9f99
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# About
This library provides support for Pulse-Eight's USB-CEC adapter and other CEC capable hardware, like the Raspberry Pi.

A list of frequently asked questions can be found on [libCEC's FAQ page] (http://libcec.pulse-eight.com/faq).
A list of frequently asked questions can be found on [libCEC's FAQ page](http://libcec.pulse-eight.com/faq).

.Net client applications, previously part of this repository, have been moved to [this repository](https://github.com/Pulse-Eight/cec-dotnet).

Expand Down
2 changes: 1 addition & 1 deletion docs/README.developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ We provide a C, C++, Python and .NET CLR interface to the adapter.
# Developers Agreement

If you wish to contribute to this project, you must first sign our contributors agreement.
Please see [the contributors agreement] (http://www.pulse-eight.com/contributors) for more information.
Please see [the contributors agreement](http://www.pulse-eight.com/contributors) for more information.
6 changes: 3 additions & 3 deletions docs/README.linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

### Prerequisites
libCEC needs the following dependencies in order to work correctly:
* [p8-platform] (https://github.com/Pulse-Eight/platform) 2.0 or later
* [p8-platform](https://github.com/Pulse-Eight/platform) 2.0 or later
* udev v151 or later
* cdc-acm support compiled into the kernel or available as module

To compile libCEC on Linux, you'll need the following dependencies:
* [cmake 2.6 or better] (http://www.cmake.org/)
* [cmake 2.6 or better](http://www.cmake.org/)
* a supported C++ 11 compiler

The following dependencies are recommended. Without them, the adapter can not
Expand Down Expand Up @@ -52,4 +52,4 @@ cmake -DHAVE_TDA995X_API=1 ..
```

### Debian / Ubuntu .deb packaging
See [docs/README.debian.md](README.debian.md).
See [docs/README.debian.md](README.debian.md).
8 changes: 4 additions & 4 deletions docs/README.osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

### MacPorts

libCEC is available through [MacPorts] (https://www.macports.org/) and has been tested on OS X 10.9 through 10.12
libCEC is available through [MacPorts](https://www.macports.org/) and has been tested on OS X 10.9 through 10.12

### Prerequisites
To compile libCEC on OS X, you'll need the following dependencies:
* [p8-platform] (https://github.com/Pulse-Eight/platform) 2.0 or later
* [cmake 2.6 or better] (http://www.cmake.org/)
* [p8-platform](https://github.com/Pulse-Eight/platform) 2.0 or later
* [cmake 2.6 or better](http://www.cmake.org/)
* a supported C++ 11 compiler. Support for C++11 was added in OS X 10.9
* xcode 3.2.6 or later
* optional: [Python 3.4 or later] (https://www.python.org/) and [Swig] (http://www.swig.org/) to generate Python bindings
* optional: [Python 3.4 or later](https://www.python.org/) and [Swig](http://www.swig.org/) to generate Python bindings
* optional: libX11 and xrandr to read the sink's EDID, used to determine the PC's HDMI physical address

### Compilation
Expand Down
12 changes: 6 additions & 6 deletions docs/README.windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ Example implementations can be found on [Github](https://github.com/Pulse-Eight/

### Prerequisites
To compile libCEC on Windows, you'll need the following dependencies:
* [p8-platform] (https://github.com/Pulse-Eight/platform) 2.0 or later
* [cmake 2.6 or better] (http://www.cmake.org/)
* [Visual Studio 2008 (v90) Professional] (https://www.visualstudio.com/)
* [Visual Studio 2010 (v110) (for x64 builds: Professional)] (https://www.visualstudio.com/)
* [Visual Studio 2013 (v120) or 2015 (v140)] (https://www.visualstudio.com/)
* To create an installer, you'll need [Nullsoft's NSIS] (http://nsis.sourceforge.net/)
* [p8-platform](https://github.com/Pulse-Eight/platform) 2.0 or later
* [cmake 2.6 or better](http://www.cmake.org/)
* [Visual Studio 2008 (v90) Professional](https://www.visualstudio.com/)
* [Visual Studio 2010 (v110) (for x64 builds: Professional)](https://www.visualstudio.com/)
* [Visual Studio 2013 (v120) or 2015 (v140)](https://www.visualstudio.com/)
* To create an installer, you'll need [Nullsoft's NSIS](http://nsis.sourceforge.net/)

Visual Studio version must be installed in ascending order, and each version of Visual Studio must be started at least once before the next version is installed.

Expand Down

0 comments on commit 62a9f99

Please sign in to comment.