Irdroid / LIRC-port-for-Mac-OS-X

GNU General Public License v2.0
7 stars 3 forks source link

Working LIRC port for Mac OS X

This is a working and tested LIRC port for Mac OS X . Tested with Mac OS X Mountain Lion and Mac OS X Mavericks.

Features:

Version

0.9.3 git

Used hardware to test the port

Tech

The Irdroid USB Infrared Transceiver can be used in Windows, Linux , MAC OSX and Android. We provide source code examples for the above platforms . The modules is based on the USB IRToy from Dangerous Prototypes.

Todos

License

GPL 2.0

Portaudio and LIRC on Mac OS X

To compile the portaudio driver in MAC OS X you need to pass the following to the command line

  1. Download and install portaudio library - needed to build the LIRC port Audio driver
  2. Pass the following in the console
  3. run ./configure

export CPPFLAGS='-I/usr/local/include' export LDFLAGS='-L/usr/local/lib/'