File: INSTALL

package info (click to toggle)
happydigger 3.2-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,456 kB
  • ctags: 175
  • sloc: ansic: 4,325; sh: 4,215; makefile: 121; sed: 16
file content (23 lines) | stat: -rw-r--r-- 938 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Basic installation instructions for happydigger
===============================================

The simplest way to compile happydigger is:

  1. `cd' to the directory containing the package's source code and type
     `./configure' to configure the package for your system.

  2. Type `make' to compile the package. Happydigger needs the gtk+2.0
     (version 2.10 or higher) and the sqlite3 development headers and libraries
     to compile. A package called pkg-config is also needed.

  3. Type `make install' to install the programs and any data files and
     documentation. 

  4. When you want to strip the binary when installing, just type:
     `make install-strip'.

By default, `make install' will install the package's files in 
`/usr/local/bin', `/usr/local/man/man1', `/usr/local/share/happydigger', etc.  
You can specify an installation prefix other than `/usr/local' by giving 
`configure' the option `--prefix=PATH'.