File: libmysql%2B%2B-doc.README.Debian

package info (click to toggle)
mysql%2B%2B 3.2.5-2.3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 18,356 kB
  • sloc: cpp: 35,788; sh: 3,693; perl: 789; makefile: 728
file content (15 lines) | stat: -rw-r--r-- 631 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Please note that the examples included in this package cannot be built as
they are shipped.  The examples are designed by upstream to be built as part
of the complete build.  In order to build the examples, please use this
sequence of commands ('$' represents the command prompt):

$ cd /tmp
$ apt-get source mysql++
$ sudo apt-get build-dep mysql++
$ cd mysql++-<version>
$ fakeroot debian/rules build-arch

At the completion of the last step, the examples will have been built and will
reside in the current working directory.  Look for the ELF executables with
names corresponding to the .cpp files in the examples/ directory.