From de303b1c0b02c61d02f652301ab1858c2c56f74a Mon Sep 17 00:00:00 2001 From: Martin Gerhardy Date: Fri, 10 Jul 2015 13:57:00 +0200 Subject: [PATCH] added note about missing assembly for MySql.Data.dll --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b247df2..7f2fcff 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ # About [MySQL](http://www.mysql.org) management and database sync tool -# Install MySql.Data.dll -cd contrib/mysqlconnector/v4.5 -gacutil -i MySql.Data.dll - # Compilation on Linux ## Requirements * Mono (Debian based: sudo apt-get install mono-complete monodevelop Open the project in monodevelop and compile it. + +## Install MySql.Data.dll +cd contrib/mysqlconnector/v4.5 +gacutil -i MySql.Data.dll + +If this is not enough, then go to Project->Edit References->.net Assembly Tab - then pick the MySql.Data.dll from /usr/lib/mono/gac/MySql.Data/[hash]