Linux Build Instructions

The build environment can also be installed from the packages.palaso.org repository.

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 the OurWord build dependencies
apt-get build-deps ourword

4. Install mercurial
apt-get install mercurial

5. Download the OurWord source code.
hg clone http://hg.palaso.org/ourword

6. Build OurWord
From root of the OurWord source code
nant -buildfile:build/ourword.mono.build build

The output is placed under the output folder.

Notes

  • Currently the build for Linux is off a branch in the repository, not the default branch.