Skip to content

Instantly share code, notes, and snippets.

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
@llamapope
llamapope / install.md
Last active February 2, 2023 18:15
Setup XBox 360 Kinect with Processing 3 Ubuntu 16.04

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

@llamapope
llamapope / notes.md
Last active December 27, 2016 06:51
Compiling Battle for Wesnoth on Ubuntu 16.04

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 */
(