aboutsummaryrefslogtreecommitdiff
path: root/examples/README
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2008-02-18 04:20:32 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2008-02-18 04:20:32 +0000
commit7f650dbfa7e4bab6cf5bf03674effa193049f343 (patch)
tree86b1872411b2fca7cfeb8eff5ef57f3d6d8d4424 /examples/README
parent5f3f44b9a68939ceb2097e630cf6026a927569a0 (diff)
downloadsg3_utils-7f650dbfa7e4bab6cf5bf03674effa193049f343.tar.gz
move sg_io_linux.c from the src/ to the lib/ directory
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@151 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'examples/README')
-rw-r--r--examples/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/README b/examples/README
new file mode 100644
index 00000000..3a11f4bc
--- /dev/null
+++ b/examples/README
@@ -0,0 +1,14 @@
+Building files in this directory depends on several files being already
+built in the ../lib directory. So to build files here, the ./configure
+needs to be executed in the parent directory followed by changing
+directory to the lib directory and calling 'make' there.
+Another way is to do a top level 'make' after the ./configure which
+will make the libraries followed by all the utilities in the src/
+directory.
+
+There is an brief explanation of each example in the README file in
+the main (i.e. this directory's parent) directory. There are also
+some notes at the top of each source file.
+
+Doug Gilbert
+17th February 2008