You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cpuset/INSTALL

32 lines
909 B
Plaintext

Building Cpuset from Source
===========================
This is a distutils-based package and as such, it contains
a number of differnet installation methods. By far the most
convenient is to create an rpm. This rpm can then be later
updated or removed by the rpm packaging utility (rpm).
To create an rpm, use the following command:
python setup.py bdist_rpm
For basic installation:
python setup.py install
By default, the above command installs cpuset in the
/usr/local/{bin,lib,share} directories. For a different location,
use the --prefix option:
python setup.py install --prefix=/usr
For more information:
http://docs.python.org/inst/inst.html
Prebuild Binary Packages
========================
Alternatively, you may download pre-built binary packages for multiple
distributions from the Open Build Service here:
http://download.opensuse.org/repositories/home:/tsariounov:/cpuset