File: INSTALL

package info (click to toggle)
cpuset 1.5.6-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 604 kB
  • sloc: python: 2,408; makefile: 77; sh: 33
file content (31 lines) | stat: -rw-r--r-- 909 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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