I'm not sure why the first step is necessary, but if you don't do it it will just tell you you have the latest version already.
/* readInt(num_bytes[, little_endian = false]); */var num_pigs = file.readInt(2, true); // 16-bit = 2 bytes
I'm a little surprised that Ubuntu's package manager makes the distinction when Arch's and Fedora's do not. It's a wild world we live in.
# pacman -Sy
# pacman -Syu
"spherun" shows the FPS by default because it's meant for development, "minisphere" will hide it by default but you will have to use the "--window" option to not start in fullscreen.
I don't ever remember ESC exiting the map engine by default though, that would be undesirable for most games and be a pain in the neck to have to work around. You'll have to add your own code to do that in your game if you want it.