You are here: My Account > Point one > Count three
Headline news
Advertisement
 

Projects / AuxUtils Cpp / Installation

The project AuxUtils is an auxiliary C++ library that implements the missing functionality from the Boost libraries. The library provides some efficient functions and templates and wraps some platforms dependent functions.
PrevUpHomeNext

Unix-like installation from RPM

The recommended way to install AntHill on RPM-based Linux distributions is by using the RPM packages. The RPMs provided by Majoron to the community should work on all versions of Linux that support RPM packages. To obtain RPM packages, see section "How to get AntHill".

To install RPM distributioin you can use rpm command, where package_name is the name of the package you downloaded:

shell> rpm -i package_name

Example 4. Installation from RPM

shell> rmp -i libAntHill-0.5-linux-2.6-intel.rpm

Example 5. Viewing the content of the RPM

shell> rmp -qpl libAntHill-0.5-linux-2.6-intel.rpm

PrevUpHomeNext