From c9ce29c00e4c440e15fcecadf314b85ad65e8c2b Mon Sep 17 00:00:00 2001 From: "Moch. Luthfi Rahmadi" Date: Wed, 23 Aug 2017 21:21:06 +0700 Subject: [PATCH] Update Readme.md (#2337) * Added Centos 64bit build option with MariaDB. Thanks to @mazvi! --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 12b637bb30..d09a414db4 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,9 @@ relevant to your Operation System, please refer to the Wiki (links at the end of * Configure and compile: ./configure && make clean && make server + * Configure and compile (for Centos 64 bit with Maria DB): + + ./configure --enable-64bit --with-MYSQL_LIBS=/usr/lib64/libmysqlclient.so && make clean && make server * When you're ready, start the servers: ./athena-start start