Installation

libfreenect is a userspace driver, and is included in the Julia Yggdrasil package tree as libfreenect_jll. The upshot of this is that you do not need libfreenect installed on your system to use Freenect.jl, and can just install with

using Pkg
Pkg.add("Freenect")