To build from the command line, open a Windows command line
prompt and change into the main repository of the tool (for
example, for MySQL Administrator this is
work\mysql-administrator
). There are three
batch-files to start the build:
build_debug.cmd
build_release.cmd
build_commercial.cmd
Execute one of those to generate a runtime image of the
application. It will be generated in a
bin\windows
directory.
Another method is to doubleclick on one of the
build_
files, where buildtype
.cmdbuildtype
is one of
debug
, release
, and
commercial
. The
commercial
build script is for users with
commercial licenses, and makes use of the commercial version
of the MySQL client library.