#!/usr/bin/env bash
# Assuming OS X Yosemite 10.10.4
# Install XCode and command line tools
# See https://itunes.apple.com/us/app/xcode/id497799835?mt=12#
# See https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/xcode-select.1.html
xcode-select --install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Copyright (c) 2014 Tilman Schmidt (@KeyMaster_) | |
//Permission is hereby granted, free of charge, to any person obtaining a copy | |
//of this software and associated documentation files (the "Software"), to deal | |
//in the Software without restriction, including without limitation the rights | |
//to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
//copies of the Software, and to permit persons to whom the Software is | |
//furnished to do so, subject to the following conditions: | |
//The above copyright notice and this permission notice shall be included in |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OpenNI really wants java - it can probably be removed but this process currrently requires it | |
pi@raspberrypi ~ $ sudo apt-get install openjdk-6-jdk libusb-1.0-0-dev | |
INSTALLING OPENNI | |
pi@raspberrypi ~ $ cd | |
pi@raspberrypi ~ $ mkdir OPENNI | |
pi@raspberrypi ~ $ cd OPENNI | |
pi@raspberrypi ~/OPENNI $ mkdir OPENNI_RPI | |
pi@raspberrypi ~/OPENNI $ cd OPENNI_RPI | |
pi@raspberrypi ~/OPENNI/OPENNI_RPI $ wget http://www.jvcref.com/files/PI/openni/OPENNI_RPI_SRC.zip |