Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 459 Bytes

README.osx.md

File metadata and controls

20 lines (17 loc) · 459 Bytes

Apple OS X

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