Astro.bundle - Installation

2004-05-24

This file describes the installation process of the Cenon Astro.bundle
from source code for various platforms.
You may download the Astro.bundle in binary form, if a binary
distribution is available for your hardware platform.

Before you install the Astro module, you have to install Cenon.


GNUstep
-----------------------------------------------------------------------

1. Get the Astro.bundle sources Astro-?.??-?.????.tar.gz either on CD
   or download. The Astro folder must reside in the same place as the
   Cenon source folder to allow access from the bundle into the Cenon
   source tree!

   tar fvxz Astro-?.??.tar.gz

2. To compile (and install) the bundle:

   cd to the Astro source directory
   make
   make install

3. Copy the Astro fonts from the font directory to
   your type 1 font folder(s):

   cp -R Fonts/Astro.font   /usr/GNUstep/Local/Library/Fonts/
   cp    Fonts/Astro.[pa]f* /usr/share/ghostscript/fonts/
   (or whereever your fonts are)

4. If you want to use the high precision NASA ephemeris data, download
   the AstroEphemeris-?.??-?.tar.gz file.
   Copy the extracted Ephemeris folder into the Astro-Library folder
   (e.g. /usr/GNUstep/Local/Library/Cenon/Astro/).

To run the Astro bundle just restart Cenon


Mac OS-X
-----------------------------------------------------------------------

Get the Astro.bundle sources Astro-?.??-?.????.tar.gz either on CD or
download. Copy the source package (or source folder) to the same place
where the Cenon sources are (the bundle needs acces to the Cenon
source tree).

cd ~/Sources (or whereever the tar archive reside)
tar -zxvf Astro-?.??.tar.gz

Start Project Builder and open Astro.pbproj (double click).
Choose from the menu Build -> Build (or click the hammer icon in the
top toolbar).

Copy the Astro.bundle from the build directory to the desired Cenon
Library folder.
/Library/Cenon or ~/Library/Cenon

Copy the Astro.ttf font to your font folder:
    cp Fonts/Astro.ttf ~/Library/Fonts/


OpenStep 4.2
-----------------------------------------------------------------------

Get the Astro.bundle sources Astro-?.??-?.????.tar.gz either on CD or
download. Copy the source package (or source folder) to the same place
where the Cenon sources are (the bundle needs acces to the Cenon
source tree).

cd ~/Sources (or whereever the tar archive resides)
gnutar -zxvf Astro-?.??.tar.gz

Start Project Builder by double clicking on Astro/PB.project.
Click the hammer icon in the top toolbar.

Copy the Astro.bundle to the desired Cenon Library folder.
/LocalLibrary/Cenon or $HOME/Library/Cenon

Copy the Astro.font font package to your font folder:
    cp -R Fonts/Astro.font ~/Library/Fonts/
