From d3cb5ed54623b42c15384fa80a622bef043f529c Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Thu, 14 Jul 2011 15:23:41 +0200 Subject: initial import --- README | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 README (limited to 'README') 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 -- cgit v1.2.3-55-g7522