Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 856 Bytes

README.osx.md

File metadata and controls

26 lines (21 loc) · 856 Bytes

Apple OS X

MacPorts

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:

Compilation

To compile, execute the following command:

mkdir build
cd build
cmake ..
make
sudo make install

Note: You may need to copy pkg.m4 to your m4 sources directory