~ubuntu-branches/ubuntu/saucy/amiwm/saucy

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Jorgen Schaefer
  • Date: 2001-08-31 13:23:27 UTC
  • Revision ID: james.westby@ubuntu.com-20010831132327-n08nr7qqfhcgpsqp
Tags: upstream-0.20.48
ImportĀ upstreamĀ versionĀ 0.20.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Installing instructions for amiwm:
 
2
 
 
3
UNIX
 
4
----
 
5
 
 
6
1. Run configure
 
7
 
 
8
Type './configure' in the source directory.  Extensive probing of
 
9
your system configuration will take place for quite a while.
 
10
 
 
11
2. Inspect the Makefile
 
12
 
 
13
configure will create a Makefile for you.  This contains a few
 
14
variables you might want to edit.  'prefix' is where amiwm will
 
15
be installed, usually /usr/local.  The binary will be installed
 
16
in 'bindir' (default $prefix/bin) and the support files in 'AMIWM_HOME'
 
17
(default $libdir/amiwm, which in turn defaults to $prefix/lib/amiwm).
 
18
AMIWM_HOME must be set to a directory where amiwm will be able to
 
19
find it's support files before you compile, even if you do not
 
20
intend to run 'make install'.
 
21
 
 
22
3. Compile
 
23
 
 
24
Type 'make' and wait...
 
25
 
 
26
4. Install
 
27
 
 
28
Type 'make install', and the program with its support files will
 
29
be installed in their permanent locations.
 
30
 
 
31
5. Install CDE extras (CDE only)
 
32
 
 
33
If you're running CDE you may want to do 'make cde-install' as root.
 
34
This will enable a new session type (AmiWM Session) in dtlogin.  This
 
35
has only been tested on Solaris 2.6, so do it at your own risk...  :)
 
36
 
 
37
 
 
38
If all the steps are successfull, you may then remove the source tree.
 
39
 
 
40
 
 
41
AmigaOS
 
42
-------
 
43
 
 
44
AmigaOS support is currently disfunctional.  Sorry.
 
45