xref: /aosp_15_r20/external/sg3_utils/examples/README (revision 44704f698541f6367e81f991ef8bb54ccbf3fc18)
1Building files in this directory depends on several files being already
2built in the ../lib directory. So to build files here, the ./configure
3needs to be executed in the parent directory followed by changing
4directory to the lib directory and calling 'make' there.
5Another way is to do a top level 'make' after the ./configure which
6will make the libraries followed by all the utilities in the src/
7directory. To make them in FreeBSD use 'make -f Makefile.freebsd' .
8
9There is an brief explanation of each example in the README file in
10the main (i.e. this directory's parent) directory. There are also
11some notes at the top of each source file.
12
13Some files that were previously in this directory have been moved to
14the 'testing' directory.
15
16Douglas Gilbert
1719th January 2018
18