Linux Install

TODO:

Installing OurWord on Ubuntu Linux (Hardy)

1. Add the following lines to /etc/apt/sources.list

deb http://packages.sil.org/ubuntu hardy main
deb http://packages.palaso.org/ubuntu hardy main
deb-src http://packages.palaso.org/ubuntu hardy main

2. Update your package list
sudo apt-get update

3. Install OurWord
sudo apt-get install ourword

Installing OurWord on Ubuntu Linux (Intrepid)

Installing on Intrepid is similar to installing on Hardy. Just change /etc/apt/sources.list to reference the Intrepid repositories rather than the Hardy repositories.

1. Add the following lines to /etc/apt/sources.list

deb http://packages.sil.org/ubuntu intrepid main
deb http://packages.palaso.org/ubuntu intrepid main
deb-src http://packages.palaso.org/ubuntu intrepid main

2. Update your package list
sudo apt-get update

3. Install OurWord
sudo apt-get install ourword