File: INSTALL

package info (click to toggle)
dh-make-php 0.2.12
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 376 kB
  • ctags: 37
  • sloc: sh: 617; xml: 386; makefile: 194; perl: 47
file content (18 lines) | stat: -rw-r--r-- 489 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
How to install dh-make-php
--------------------------

1. Run configure and pass the directory for which the package shall
   be configure with the option -prefix

   ./configure --prefix /usr

2. Run make to create the man pages

   make

3. Run 'make install' to install the package. You can set DESTDIR
   to the destination directory, if you do not want to install the
   package into the directory specified with the prefix option of
   ./configure.

   make DESTDIR=/foo/bar install