Cenon - Installation

2004-02-25


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

After installing the Cenon Application you have to install the Cenon
Library. Go to the end of this file to read how to do this.


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

Get the Cenon sources Cenon-?.??-?.????.tar.gz either on CD or download.
tar fvxz Cenon-?.??.tar.bz2
cd to the Source directory

to compile (and install) Cenon:
    make
    make install

to run Cenon:
    openapp Cenon.app


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

Get the Cenon sources Cenon-?.??.tar.bz2 either on CD or download.
cd ~/Desktop (or whereever the tar archive resides)
tar -jxvf Cenon-?.??.tar.bz2

Start Project Builder. Open ~/Desktop/Cenon/Cenon.pbproj.
Select the Targets tab. Select "Cenon" (you must have the blue dot
beside the target name) and choose from the menu Build -> Build
(or click the hammer icon in the top toolbar).

Copy the application Cenon.app from the build directory to the desired
Application folder.


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

Get the Cenon sources Cenon-?.??.tar.gz either on CD or download.
cd ~/ (or whereever the tar archive resides)
gnutar -zxvf Cenon-?.??.tar.gz

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

Copy Cenon.app to the desired App folder (usually /LocalApps).



Installing the Cenon Library
-----------------------------------------------------------------------

Get the Cenon Library CenonLibrary-?.??.tar.gz (or bz2) either on CD
or via download.
Copy the archive into the local Library folder of your platform
(e.g. /usr/GNUstep/Local/Library or /LocalLibrary).

    tar fvxz Cenon-?.??.tar.gz
or
    tar fvxj Cenon-?.??.tar.bz2

This will create/update a directory with the Name 'Cenon'.
Now, you can remove the tar archive.

There is also a minimal library coming with the source codes of Cenon.
If that is all you need, you can copy the folder Library/Cenon to
the library directory of your system.
