InstallWatch

From CBLFS
Revision as of 11:36, 7 February 2007 by Weibullguy (talk | contribs) (Created page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://asic-linux.com.mx/~izto/checkinstall/files/source/installwatch-0.6.3.tar.gz

Introduction to Installwatch

Installwatch is an extremely simple utility that keeps track of created and modified files during the installation of a new program. It's fast and easy to use. It doesn't require a "pre-install" phase because it monitors processes while they run.

Package Homepage: http://asic-linux.com.mx/~izto/checkinstall/installwatch.html

Dependencies

None

Non-Multilib

Compile the package:

make

Install the package:

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" make

Install the package:

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" make

Install the package:

make install

64Bit

Compile the package:

 CC="gcc ${BUILD64}" make

Install the package:

make install

Contents

Installed Directories: None
Installed Programs: installwatch
Installed Libraries: installwatch.so
Symlinks: None

Short Descriptions

installwatch is a utility that keeps track of created and modified files during the installation of a new program.