Skip to content

Commit 6e52257

Browse files
Updates readme to show the needed packages and correct steps to build the project (#26)
1 parent ac5601a commit 6e52257

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

README.adoc

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,16 +106,19 @@ stmt.executeUpdate();
106106

107107
== Development
108108

109-
MySQL client and server headers are required to compile this code.
109+
Compiling this project requires at least the following packages to be installed:
110+
111+
- `make`
112+
- `automake`
113+
- `autoconf`
114+
- `libtool`
115+
- `mariadb-devel`
110116

111117
Please do the following in the root directory of the source tree:
112118

113119
[source,shell]
114120
----
115-
aclocal
116-
autoconf
117-
autoheader
118-
automake --add-missing
121+
autoreconf -fvi
119122
120123
./configure
121124
make

0 commit comments

Comments
 (0)