xref: /aosp_15_r20/external/sg3_utils/examples/README (revision 44704f698541f6367e81f991ef8bb54ccbf3fc18)
1*44704f69SBart Van AsscheBuilding files in this directory depends on several files being already
2*44704f69SBart Van Asschebuilt in the ../lib directory. So to build files here, the ./configure
3*44704f69SBart Van Asscheneeds to be executed in the parent directory followed by changing
4*44704f69SBart Van Asschedirectory to the lib directory and calling 'make' there.
5*44704f69SBart Van AsscheAnother way is to do a top level 'make' after the ./configure which
6*44704f69SBart Van Asschewill make the libraries followed by all the utilities in the src/
7*44704f69SBart Van Asschedirectory. To make them in FreeBSD use 'make -f Makefile.freebsd' .
8*44704f69SBart Van Assche
9*44704f69SBart Van AsscheThere is an brief explanation of each example in the README file in
10*44704f69SBart Van Asschethe main (i.e. this directory's parent) directory. There are also
11*44704f69SBart Van Asschesome notes at the top of each source file.
12*44704f69SBart Van Assche
13*44704f69SBart Van AsscheSome files that were previously in this directory have been moved to
14*44704f69SBart Van Asschethe 'testing' directory.
15*44704f69SBart Van Assche
16*44704f69SBart Van AsscheDouglas Gilbert
17*44704f69SBart Van Assche19th January 2018
18