From f4515acd325a31aac46f3b5c358314acdd181d15 Mon Sep 17 00:00:00 2001 From: Ryozuki Date: Mon, 25 Sep 2017 14:28:32 +0200 Subject: [PATCH] tests instructions are only for debian/ubuntu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a3652c4d..35986b459 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ MySQL (or MariaDB) support in the server is not included in the binary releases Note that the bundled MySQL libraries might not work properly on your system. If you run into connection problems with the MySQL server, for example that it connects as root while you chose another user, make sure to install your system libraries for the MySQL client and C++ connector. Make sure that the CMake configuration summary says that it found MySQL libs that were not bundled (no "using bundled libs"). -Running tests +Running tests (Debian/Ubuntu) ------------- In order to run the tests, you need to install the following library `libgtest-dev`.