Installing IO Language on Ubuntu 11.04
September 8, 2011
Here's my documentation for how I installed the Io language onto an Ubuntu Box.
Download & Install
Install the following build tools:
sudo apt-get install cmake
Download the latest Io language source from http://iolanguage.com/ and unzip it.
Go into the directory where you unzipped it and run:
$ mkdir build …