Hi Jeff
Tried to follow your steps above, but failed at cmake for libmraa as listed below.
How to fix?
Thank you
root@ubilinux:~/mraa/build# cmake .. -DBUILDSWIGNODE=OFF -DCMAKE_INSTALL_PREFIX:PATH=/usr
INFO - libmraa Version v0.5.4-82-g66eb476
INFO - Target arch is i586
INFO - Adding x86 platforms
CMake Error at src/python/CMakeLists.txt:33 (string):
string sub-command REPLACE requires at least four arguments.
-- Configuring incomplete, errors occurred!
EDIT:****
Solved:
apt-get install python-dev
Then redo cmake