To install QHacc:
--with-qt-moc=DIR qt-moc in DIR --with-qt-libs=DIR qt-libs in DIR --with-qt-includes=DIR qt-includes in DIR --enable-mysql build MySQL plugin [default=no] --enable-psql build PostgreSQL plugin [default=no] --enable-sqlite build SQLite plugin [default=no] --enable-ofx build xml plugin [default=no](For a complete list, run ./configure --help)
2: The make install command simply installs the binary in /usr/local/qhacc/bin by default. These html files and other supporting files are copied to /usr/local/qhacc/share/html. See the FAQ for more information on installing to non-default locations.
Compiling QHacc on Mac OSX is slightly different. The following command will reportedly build QHacc on that platform. CC=g++ QTLIBDIR=/usr/local/qt/lib ./configure