File: README-Cygwin.txt

package info (click to toggle)
mysql%2B%2B 3.2.2%2Bpristine-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 15,724 kB
  • ctags: 10,567
  • sloc: cpp: 35,668; sh: 3,683; makefile: 846; perl: 786
file content (22 lines) | stat: -rw-r--r-- 955 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Prerequisite: Install MySQL
~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Before you can build MySQL++, you need to install the
    libmysqlclient-devel package with Cygwin's setup.exe.

	In the past, you had to build MySQL from source, since
	there was no reliable place to get a binary version of the
	client library for Cygwin.  If you must still do this for
	some reason, here's a hint on how to build just the client
	library, since you probably will be running either a native
	Windows version of the server, or have the server installed
	on another machine entirely:

    $ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
        --infodir=/usr/share/info --mandir=/usr/share/man \
        --disable-shared --without-{debug,readline,libedit,server}


Building the Library and Example Programs
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Having done that, Cygwin behaves like any other Unixy system.
	See the instructions in README-Unix.txt.