-
Notifications
You must be signed in to change notification settings - Fork 28
/
INSTALL
31 lines (21 loc) · 909 Bytes
/
INSTALL
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