Tetsuro IKEDA
null+****@clear*****
Thu Oct 4 10:18:43 JST 2012
Tetsuro IKEDA 2009-06-02 15:54:23 +0900 (Tue, 02 Jun 2009) New Revision: 01ed6bf13243c3f6c67ce0c9f0979e1030f13827 https://github.com/mroonga/mroonga/commit/01ed6bf13243c3f6c67ce0c9f0979e1030f13827 Log: update README for new build process. Modified files: README Modified: README (+21 -4) =================================================================== --- README 2009-06-02 15:48:48 +0900 (35e3ca1) +++ README 2009-06-02 15:54:23 +0900 (a7e0a48) @@ -3,16 +3,33 @@ groonga-mysql : MySQL Storage Engine for Groonga This program is a MySQL pluggable storage engine and designed for embedding groonga into MySQL. -To build groonga-mysql, please proceed following steps. +To build groonga-mysql within MySQL source code, please proceed following steps. -./configure --with-mysql=PATH --libdir=PATH -make -make install +1. copy entire directory to $MYSQL_SRC/storage/ + +2. configure MySQL with following options: + +--with-plugins=mroonga +--with-mysqld-libs="-lgroonga" + +3. make and make install + +To build groonga-mysql by standalone, please proceed following steps. + +1. configure mroonga with following options: + +--with-mysql=PATH +--libdir=PATH PATH for --with-mysql is MySQL source directory. PATH for --libdir is MySQL binary plugin directory or wherever you want to install. +2. make and make install + + +Standalone build example + If you have MySQL source at /usr/local/src/mysql-5.1.30 and if you have MySQL binary at /usr/local/mysql, configure options should be .. -------------- next part -------------- HTML����������������������������...Download