Blog Archive for September 8, 2011

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 …

Internet Explorer VMs on Ubuntu

September 8, 2011

Microsoft offers virtual Windows images that have Internet Explorer of various versions available. This is useful for testing websites. Getting it installed in a VirtualBox is problematic, as the images were originally designed to run in Microsoft Virtual PC. Various scripts are available on the web to perform this automatically …