From: Guillaume Pellerin Date: Sun, 29 Dec 2019 22:54:17 +0000 (+0100) Subject: [doc] install libmariadbclient-dev instead of libmysqlclient-dev X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=83041dbdab7fd12e83c5b2cb2268f5ee0c027147;p=deefuzzer.git [doc] install libmariadbclient-dev instead of libmysqlclient-dev --- diff --git a/README.rst b/README.rst index 863b181..080566a 100644 --- a/README.rst +++ b/README.rst @@ -101,7 +101,7 @@ To install it, say on Debian, do:: sudo apt-get install python-pip python-dev python-liblo \ python-mutagen python-pycurl python-yaml \ libshout3-dev librtmp-dev liblo-dev \ - libcurl4-openssl-dev libmysqlclient-dev + libcurl4-openssl-dev libmariadbclient-dev Now update distribute and setuptools::