Skip to content

Commit 082038e

Browse files
authored
Update README.md
1 parent f478396 commit 082038e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ Windows
1616
C++ MySQL Connector Library.
1717

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

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

2324
#### Installation:
2425

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

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

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

3334
#### Compilling on windows:
3435

0 commit comments

Comments
 (0)