summaryrefslogtreecommitdiffstats
path: root/README
blob: 2a6c07ecab29a5699561f526c2d960b88072d202 (plain) (blame)
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
**** Installation Guide (Debian/Ubuntu/Suse) ****

*** Prerequisites ***

The following packages are required:

Client:
	gearman-tools
	libgearman4
	libgearman-dev
	nbd-client
	cmake
	
Server additionally:
	gearman-job-server
	nbd-server
	

*** Installation ***

Change to the root folder nbd-broker and enter:
	mkdir -p build
	cd build/
	cmake ..
	make

If you succeed, all binaries are located at build/
So change the current directory with:
	cd build/

As superuser (root) you can install the application on your system:
	make install

	
If you have any feedback please consult http://feedback.openslx.org/ and
send your suggestions, praise, or complaints to feedback@openslx.org