[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
To create a Windows source package from the current BitKeeper source tree, use the following instructions. Please note that this procedure must be performed on a system running a Unix or Unix-like operating system. (The procedure is known to work well on Linux, for example.)
shell> ./BUILD/compile-pentium-max |
shell> ./scripts/make_win_src_distribution |
This script creates a Windows source package, to be used on your Windows system. You can supply different options to the script based on your needs. It accepts the following options:
--debug Print information about script operations, do not create package --tmp Specify the temporary location --suffix Suffix name for the package --dirname Directory name to copy files (intermediate) --silent Do not print verbose list of files processed --tar Create tar.gz package instead of .zip package --help Show this help message |
By default, make_win_src_distribution
creates a zipped
archive with the name `mysql-VERSION-win-src.zip', where
VERSION
represents the version of your MySQL source tree.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |