File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,10 @@ Windows
1616C++ MySQL Connector Library.
1717
1818You 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
2930On 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
You can’t perform that action at this time.
0 commit comments