File: README.Debian

package info (click to toggle)
plib-doc 1%3A1.8.5-3.2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,732 kB
  • sloc: cpp: 23,304; sh: 3,449; makefile: 217
file content (30 lines) | stat: -rw-r--r-- 761 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
libplib-doc for Debian
-------------------

Make sure you have installed the packages suggested by the libplib-doc
package.

If you want to try some of the examples, you should copy all of them into
a separate directory (eg. /tmp/libplib-doc):

$ mkdir /tmp/libplib-doc
$ cd /tmp/libplib-doc
$ cp -a /usr/share/doc/libplib-doc/examples ./src
$ cp -a /usr/share/doc/libplib-doc/configuration/* .

And then unzip the compressed files

$ find . -name '*.gz' -exec gunzip {} \;

Then run autoreconf.

$ touch NEWS README AUTHORS ChangeLog
$ autoreconf -i

And compile the examples

$ ./configure
$ make

 -- Philipp Frauenfelder <pfrauenf@debian.org>, Sat, 19 Oct 2002 16:08:11 +0200
Adjusted, Bradley Smith <bradsmith@debian.org>, Sun, 02, Nov 2008 20:52:00 +0000