We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac5601a commit 6e52257Copy full SHA for 6e52257
1 file changed
README.adoc
@@ -106,16 +106,19 @@ stmt.executeUpdate();
106
107
== Development
108
109
-MySQL client and server headers are required to compile this code.
+Compiling this project requires at least the following packages to be installed:
110
+
111
+ - `make`
112
+ - `automake`
113
+ - `autoconf`
114
+ - `libtool`
115
+ - `mariadb-devel`
116
117
Please do the following in the root directory of the source tree:
118
119
[source,shell]
120
----
-aclocal
-autoconf
-autoheader
-automake --add-missing
121
+autoreconf -fvi
122
123
./configure
124
make
0 commit comments