1Cenon - Installation
22012-07-19
3
4
5This file describes the installation process of Cenon from source code
6for various platforms. You may download Cenon in binary form, if a
7binary distribution is available for your hardware platform.
8
9After installing the Cenon Application you have to install the Cenon
10Library. Go to the end of this file to read how to do this.
11
12
13GNUstep
14-----------------------------------------------------------------------
15
16Requirements: GNUstep libraries (http://www.gnustep.org)
17              and GNUstep runtime environment
18
19Get the Cenon sources Cenon-?.?.?.tar.bz2 either on CD or download.
20tar fvxz Cenon-?.?.?.tar.bz2
21cd to the Source directory
22
23to compile (and install) Cenon:
24    make
25    make install
26
27to run Cenon:
28    openapp Cenon.app
29
30
31Apple Mac OS-X
32-----------------------------------------------------------------------
33
34Get the Cenon sources Cenon-?.?.?.tar.bz2 either on CD or via download.
35cd ~/Downloads (or whereever the tar archive resides)
36tar -jxvf Cenon-?.??.tar.bz2
37
38Start XCode. Open ~/Downloads/Cenon/Cenon.xcodeproj
39From the Target-Popup select "Cenon" (you must have the checkmark
40beside the target name)
41Make sure you compile "Release"
42Select Build from the menu "Build" (or click the hammer icon).
43
44Copy the application Cenon.app from the build directory to the desired
45Application folder.
46
47
48OpenStep 4.2 (DEPRECATED)
49-----------------------------------------------------------------------
50
51Get the Cenon sources Cenon-3.?.?.tar.gz either on CD or download.
52cd ~/ (or whereever the tar archive resides)
53gnutar -zxvf Cenon-?.?.?.tar.gz
54
55Start Project Builder by double clicking on ~/Cenon/PB.project.
56Click the hammer icon in the top toolbar.
57
58Copy Cenon.app to the desired App folder (usually /LocalApps).
59
60
61
62Installing the Cenon Library
63-----------------------------------------------------------------------
64
65Get the Cenon Graphics Library CenonLibrary-?.?.?.tar.bz2 either on CD
66or via download.
67Copy the archive into the local Library folder of your platform
68(e.g. "/usr/GNUstep/Local/Library" or "/Library/Application Support").
69
70    tar fvxj Cenon-?.?.?.tar.bz2
71
72This will create/update a directory with the Name 'Cenon'.
73Now, you can remove the tar archive.
74
75There is a minimal library included with the source codes of Cenon.
76If that is all you need, you can copy the folder Library/Cenon to
77the library directory of your system.
78