summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README36
1 files changed, 36 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..2a6c07e
--- /dev/null
+++ b/README
@@ -0,0 +1,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 \ No newline at end of file