~ubuntu-branches/ubuntu/precise/mysql-5.5/precise-201203300109

« back to all changes in this revision

Viewing changes to man/make_win_bin_dist.1

  • Committer: Clint Byrum
  • Date: 2012-02-15 01:24:19 UTC
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: clint@ubuntu.com-20120215012419-upaezkp5ynk787ki
ImportĀ upstreamĀ versionĀ 5.5.20

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
'\" t
2
 
.\"     Title: \fBmake_win_bin_dist\fR
3
 
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
 
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5
 
.\"      Date: 10/11/2011
6
 
.\"    Manual: MySQL Database System
7
 
.\"    Source: MySQL 5.5
8
 
.\"  Language: English
9
 
.\"
10
 
.TH "\FBMAKE_WIN_BIN_DIST" "1" "10/11/2011" "MySQL 5\&.5" "MySQL Database System"
11
 
.\" -----------------------------------------------------------------
12
 
.\" * set default formatting
13
 
.\" -----------------------------------------------------------------
14
 
.\" disable hyphenation
15
 
.nh
16
 
.\" disable justification (adjust text to left margin only)
17
 
.ad l
18
 
.\" -----------------------------------------------------------------
19
 
.\" * MAIN CONTENT STARTS HERE *
20
 
.\" -----------------------------------------------------------------
21
 
.\" make_win_bin_dist
22
 
.SH "NAME"
23
 
make_win_bin_dist \- package MySQL distribution as Zip archive
24
 
.SH "DESCRIPTION"
25
 
.PP
26
 
Previously, this script was used on Windows after building a MySQL distribution from source to create executable programs\&. It packaged the binaries and support files into a Zip archive that can be unpacked at the location where you want to install MySQL\&.
27
 
.PP
28
 
To create a binary distribution now, execute
29
 
\fBmake package\fR
30
 
in the top\-level directory of the source tree\&.
31
 
.SH "COPYRIGHT"
32
 
.br
33
 
.PP
34
 
Copyright \(co 1997, 2011, Oracle and/or its affiliates. All rights reserved.
35
 
.PP
36
 
This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
37
 
.PP
38
 
This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
39
 
.PP
40
 
You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
41
 
.sp
42
 
.SH "SEE ALSO"
43
 
For more information, please refer to the MySQL Reference Manual,
44
 
which may already be installed locally and which is also available
45
 
online at http://dev.mysql.com/doc/.
46
 
.SH AUTHOR
47
 
Oracle Corporation (http://dev.mysql.com/).