~ubuntu-branches/ubuntu/utopic/glame/utopic

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2002-04-09 17:14:12 UTC
  • Revision ID: james.westby@ubuntu.com-20020409171412-jzpnov7mbz2w6zsr
Tags: upstream-0.6.2
ImportĀ upstreamĀ versionĀ 0.6.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
                                GLAME - Installation
 
2
                                ====================
 
3
 
 
4
If you just checked out the CVS tree (which is recommended if you
 
5
can cope with the usual report bug - wait for the fix - update cvs
 
6
cycle and want to be bleeding edge) you first need to initialize the
 
7
build system by doing
 
8
> ./autogen.sh
 
9
 
 
10
If you got the source package or have already initialized the build
 
11
system you can install glame by doing (usually you want to specify
 
12
a prefix for the install directory, you can do this via ./configure
 
13
--prefix=/my/install/location, default is /usr/local)
 
14
> ./configure
 
15
> make
 
16
> make install
 
17
 
 
18
If you are using a debian system you may even use
 
19
> dpkg-buildpackage
 
20
to get a .deb package build which you may then install using dpkg.
 
21
 
 
22
 
 
23
Note that there are quite a lot of configure options (./configure --help)
 
24
of which the following may come handy if the build process is failing:
 
25
- --disable-gui disables the use of gnome - and thus the generation of
 
26
  the graphical user interface binary
 
27
 
 
28
If you experience bugs with glame, we encourage you to report them via
 
29
the bugtracking system of sourceforge or the development mailinglist.
 
30
Please try to be verbose about the failure, enabling extra debugging
 
31
output via the --enable-debug option is encouraged.
 
32
 
 
33
 
 
34
If you do not want to install the package, you can execute the generated
 
35
executables as (you _have_ to be in the src/ directory)
 
36
> cd src
 
37
> ./gui/glame
 
38
> ./cglame
 
39
 
 
40
 
 
41
For more about GLAME have a look into the README file and the current
 
42
documentation in the doc/ directory. You also may want to read the source which
 
43
is entirely contained in the src/ directory.
 
44
 
 
45
        Yours, GLAME Team.
 
46