Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Malkverbena committed Apr 8, 2021
1 parent f478396 commit 082038e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ Windows
C++ MySQL Connector Library.

You can get here https://dev.mysql.com/downloads/connector/cpp/.
On linux you can use sudo apt-get install libmysqlcppconn-dev.

This It works online and is also compatible with MariaDB.
On linux you can use the command: sudo apt-get install libmysqlcppconn-dev.

This wrapper works online and is also compatible with MariaDB.

#### Installation:

Expand All @@ -28,7 +29,7 @@ Rename the folder to MySQL.

On linux like systems there are no trouble found to compile, but in Windows systems there is some issues to compile.

Edit the SCsub file before you start the compilation to Windows. (You must edit this file with the path of Boost libraries.)
Edit the SCsub file before you start the compilation on Windows. (You must edit this file with the path of Boost libraries.)

#### Compilling on windows:

Expand Down

0 comments on commit 082038e

Please sign in to comment.