summaryrefslogtreecommitdiff
path: root/iscsiuio/README
diff options
context:
space:
mode:
Diffstat (limited to 'iscsiuio/README')
-rw-r--r--iscsiuio/README13
1 files changed, 7 insertions, 6 deletions
diff --git a/iscsiuio/README b/iscsiuio/README
index 53b700c..983b9d0 100644
--- a/iscsiuio/README
+++ b/iscsiuio/README
@@ -47,12 +47,13 @@ Directory Structure of this Package:
Compiling / Installing
=======================================
-1. Please untar the tarball.
-2. Run the configure script. This will create the Makefiles and proper
- header files needed for the build.
-3. Run 'make'. This will create the binary, 'iscsiuio'
-4. Run 'make install' to place the binaries in their installed location.
- (The default location is '/sbin')
+This gets built as part of open-iscsi, using meson, by default. The
+old (deprecated) autoconf build system is still in place, for now, and
+can be used with something like:
+
+ ./configure [--sbindir="/usr/sbin"]
+ make
+ make install
iscsid IFACE Configuration File:
=======================================