-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathINSTALL
More file actions
47 lines (31 loc) · 1.01 KB
/
INSTALL
File metadata and controls
47 lines (31 loc) · 1.01 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
############
Installation
############
This project is open-source, published under BSD license.
See LICENSE for details.
If you want to install a development environment, see the Makefile.
``make develop`` should work fine on Debian-based systems.
Install requirements:
* `Python`_ 2.6 or 2.7. You may use `Virtualenv`_ to get the adequate
version.
* Some additional shell commands (debisogen uses them):
* curl (only if you use remote ISO or preseed file)
* bsdtar
* chmod
* gunzip
* cd
* cpio
* gzip
* find
* md5sum
* genisoimage
On a Debian system, you can achieve it with:
.. code:: sh
sudo apt-get install --no-install-recommends curl bsdtar cpio gzip findutils coreutils genisoimage
* `Python`_ 2.7. You may use `Virtualenv`_ to get the adequate Python version.
Install debisogen (with pip):
.. code:: sh
pip install git+https://github.com/benoitbryon/debisogen.git#egg=debisogen
.. target-notes::
.. _`Python`: http://python.org/
.. _`virtualenv`: http://virtualenv.org/