aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql++1/files/README
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-06-01 23:49:18 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-06-01 23:49:18 +0000
commit6a294c20389911c409eb5f6f05033eaf6c6975ab (patch)
treeb621d2670693545124e161f6048aa76ec80ae631 /databases/mysql++1/files/README
parentef70e9816ef935802e3a1e27b44f1c499b5cb27b (diff)
downloadports-release/5.1.0.tar.gz
ports-release/5.1.0.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_1_0'.release/5.1.0
Diffstat (limited to 'databases/mysql++1/files/README')
-rw-r--r--databases/mysql++1/files/README26
1 files changed, 0 insertions, 26 deletions
diff --git a/databases/mysql++1/files/README b/databases/mysql++1/files/README
deleted file mode 100644
index 531f16962bc8..000000000000
--- a/databases/mysql++1/files/README
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-If you haven't met mysql++ before, please take a look at the documentation
-in ../../doc/mysql++ before trying to play with these examples. Thank you.
-
-To compile a mysql++ program,
-
- o you have to have libmysqlclient installed on your system. It's
- provided by the mysql-client port/package. MySQL++ now needs
- MySQL 3.23 client libraries to run, so if you have old 3.22
- libraries, please upgrade them.
-
- o you have to link your programs with the sqlplus library
-
- o you have to add "-D_FIX_FOR_BSD_" to your CXXFLAGS environment
-
-
-For example, you can try to compile simple1.cc with something like this
-
-c++ -D_FIX_FOR_BSD_ -I/usr/local/include/mysql -L/usr/local/lib -lsqlplus simple1.cc -o simple1
-
-
-Happy mysql++'ing.
-
- -Miklos Niedermayer (mico@bsd.hu)
-