This program is intended to be used on Openmoko phones.   If you
just want to run the program, it is much easier to install the
binary files than to compile from sources, because to compile,
you'll need to build an Openmoko crossdevelopement environment,
or get gnu software developemnt tools running on your phone.

To compile the code, you should have the Openmoko Toolchain installed,
and be running a bourne-compatible shell (e.g.: Bash).
For information on the Toolchain, refer to:

    http://wiki.openmoko.org/wiki/Toolchain

Assuming that the toolchain is installed in /usr/local/openmoko,
setup your environment with the command:

    source /usr/local/openmoko/arm/environment-setup

After that, you should be able to compile the code by
executing:

    ./configure --host=arm-angstrom-linux-gnueabi --datadir=/media/card
    make

The code assumes that the data files used by the
orrery program reside on the microSD card under the directory
/media/card/orrery/.   You may invoke orrery with "-d {directory}
to specify a different top directory for the data files.


After compiling the code, you can do:

    make install DESTDIR=${PWD}/moko-install

Copy all of the files from the resultant "moko-install" directory
to their corresponding paths under the root ("/") directory
on the phone.

If you have any problems with, or comments about the orrery or its
installation, please send a message to orrery.moko@gmail.com.
