Skip to content

Platform support library used by libCEC and binary add-ons for Kodi

Notifications You must be signed in to change notification settings

Pulse-Eight/platform

Repository files navigation

Pulse-Eight logo

About

This library provides platform specific support for other libraries, and is used by libCEC and binary add-ons for Kodi

Supported platforms

Linux, BSD & Apple OS X

To compile this library on Linux, you'll need the following dependencies:

Follow these instructions to compile and install the library:

apt-get update
apt-get install cmake build-essential
git clone https://github.com/Pulse-Eight/platform.git
mkdir platform/build
cd platform/build
cmake ..
make -j4
sudo make install
sudo ldconfig

Microsoft Windows

To compile this library on Windows, you'll need the following dependencies:

Follow these instructions to compile and install the library:

git clone https://github.com/Pulse-Eight/platform.git
cd platform
git submodule update --init --recursive
cd 
build.cmd