Home
Name Modified Size InfoDownloads / Week
testing 2013-06-16
README.md 2017-11-09 2.0 kB
INSTALL 2017-11-09 2.0 kB
Totals: 3 Items   4.0 kB 0

Installation

The recommended way to install ParTools is by using yum.

Install the RPMs using YUM

The RPMs are build for version 6 of Red Hat Enterprise Linux/CentOS/Scientific Linux, only for 32 bit architecture (i386). The 64 bit architecture (x86_64) is not supported.

NOTE additional repositories may need to be configured to provide all the dependencies, e.g., EPEL:

    http://fedoraproject.org/wiki/EPEL

 Add them as needed to yum sources, according to their
 instructions.

Steps to install ParTools RPMs:

  1. Configure the source for ParTools packages:

    rpm -Uvh http://sourceforge.net/projects/partools/files/testing/yum/centos/partools-release-1.0.3-1.noarch.rpm

  2. Install the ParTools RPMs and their dependencies:

    yum -y groupinstall partools

or use your preferred package manager to install them.

  1. Once installed, the ParTools packages are updated using:

    yum -y groupupdate partools

or along with all other packages during the normal updates of the system.

  1. The source RPMs are also available after the configuration of the ParTools repository at step 1:

    yumdownloader --source $(yum groupinfo partools | sed '1,/:$/ d')

The source RPMs may be compiled locally. Check 'man rpmbuild' form details on how to build source RPMs.

Compilation and installation from source

Make sure you have installed a working set of development tools for all programming languages used by ParTools components: C, C++, OCAML and Java. Also make sure you have installed the development package for Code::Blocks IDE and its dependencies.

Then, download the latest source release of ParTools:

https://sourceforge.net/projects/partools/

Unpack the archive and go to the top project directory that was created:

cd partools-x.y.z

Issue the command:

make homeinstall

This should compile and install the ParTools components into your home directory.

Source: README.md, updated 2017-11-09