summaryrefslogtreecommitdiff
path: root/databases/mysql++1/files/README
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
commit8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch)
tree1c37a6088704b234484b1352cd1f882fb2a253ad /databases/mysql++1/files/README
parentCatch up with Wnn6-lib update. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Diffstat (limited to 'databases/mysql++1/files/README')
-rw-r--r--databases/mysql++1/files/README25
1 files changed, 0 insertions, 25 deletions
diff --git a/databases/mysql++1/files/README b/databases/mysql++1/files/README
deleted file mode 100644
index e73f4e71c1fd..000000000000
--- a/databases/mysql++1/files/README
+++ /dev/null
@@ -1,25 +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 in FreeBSD port mysql-client)
-
- 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)
-