Install Kinect Drivers (tested with Stable-1.5.7.10)
https://github.com/OpenNI/OpenNI/releases
sudo ./install.sh
Or maybe...
sudo apt-get install libfreenect libfreenect-dev libfreenect-demos
# test with
freenect-glview
| Notes for Ubuntu 18.04 from following guide: | |
| https://book.veloren.net/compile/index.html | |
| Install rust (nightly): | |
| https://www.rust-lang.org/tools/install | |
| # or switch to nightly | |
| rustup toolchain install nightly |
Install Kinect Drivers (tested with Stable-1.5.7.10)
https://github.com/OpenNI/OpenNI/releases
sudo ./install.sh
Or maybe...
sudo apt-get install libfreenect libfreenect-dev libfreenect-demos
# test with
freenect-glview
install build dependencies
sudo apt install cmake libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libsdl2-net-dev libvorbis-dev libboost-all-dev libpango1.0-dev
clone repo
git clone https://github.com/wesnoth/wesnoth.git
first build
| /* | |
| * The TOP value is the page count, the inner TOP value is where to start from. | |
| * All where and ORDER BY statements need to be the same | |
| */ | |
| SELECT TOP 50 | |
| id, lastAction, userAgent, sessionStartedAt, sessionEndedAt, | |
| /* optionally get the total count for the filtered set */ | |
| ( |