README fixes

This commit is contained in:
Juan Ferrer 2019-12-02 21:23:59 +01:00
parent 15174f1d58
commit dbeaaecc03
1 changed files with 2 additions and 0 deletions

View File

@ -17,11 +17,13 @@ $ apt-get install libmysqld-dev libglib2.0-dev
Compile and generate Debian package for MySQL 5.
```
$ ./autogen.sh
$ debuild -uc -us -b
```
Compile and generate Debian package for MySQL 8.
```
$ ./autogen.sh
$ debuild --set-envvar MYSQL8=TRUE -uc -us -b
```