~ubuntu-branches/ubuntu/trusty/vanessa-logger/trusty-proposed

« back to all changes in this revision

Viewing changes to INSTALL.in

  • Committer: Bazaar Package Importer
  • Author(s): Simon Horman
  • Date: 2001-06-28 18:14:14 UTC
  • Revision ID: james.westby@ubuntu.com-20010628181414-wm88moh520kfsqfc
Tags: 0.0.2-1
See ChangeLog

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INSTALL
 
2
 
 
3
vanessa_logger
 
4
Generic logging layer
 
5
Copyright (C) 2000  Horms
 
6
----------------------------------------------------------------------
 
7
 
 
8
To install vanessa_logger 
 
9
tar zxf vanessa_logger-@VERSION@.tar.gz
 
10
cd vanessa_logger-@VERSION@
 
11
./configure [--prefix=/usr]
 
12
make
 
13
make install
 
14
 
 
15
To build RPMS
 
16
rpm -ta vanessa_logger-@VERSION@.tar.gz
 
17
 
 
18
or
 
19
 
 
20
cd vanessa_logger-@VERSION@
 
21
./configure --prefix=/usr
 
22
make distcheck
 
23
rpm -ta vanessa_logger-@VERSION@.tar.gz
 
24
 
 
25
 
 
26
To Build Debian Packages
 
27
 
 
28
dpkg-buildpackage [-uc] [-us]