blob: 2a6c07ecab29a5699561f526c2d960b88072d202 (
plain) (
tree)
|
|
**** 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
|