InstallWatch
From CBLFS
Download Source: | http://asic-linux.com.mx/~izto/checkinstall/files/source/installwatch-0.6.3.tar.gz |
---|
Contents
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. |
---|