Tool for controlling the special features of a "U3 smart drive" USB Flash disk.
This is a clone of the u3-tool found on SourceForge: http://u3-tool.sourceforge.net/
The sourceforge repository is authoritative. Bug reports should go there.
u3-tool is an autotools (http://en.wikipedia.org/wiki/GNU_build_system) project.
Assuming you have all the necessary development tools installed, run the following commands from a terminal window in the project's root folder.
$ aclocal $ autoheader $ automake [--add-missing] $ autoconf $ ./configure $ make
Optionally, after running the above commands, you may also run 'make install'. However, u3-tool may also be executed directly from the src folder.