install

dependencies



tar.gz package

The software is provided as a tar.gz, which can be installed by :
  1. tar xvfz projinfo-{version}.tgz
  2. cd projinfo*
  3. make
  4. make install

rpm package

an rpm package can be built from tar.gz by the rpmbuild -tb projinfo*.tar.gz command. It can be installed by the rpm -Uvh projinfo*.noarch.rpm command
back to main page