diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2020-05-22 22:01:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-22 22:01:39 +0200 |
| commit | 947c93bddc6896c8f63507706df485d5ac3a9cb8 (patch) | |
| tree | b551ec278417188dcb9924d35aa8a669dedae190 /docs | |
| parent | 4529ece2eb490d5790acbab387b60c9097e7715f (diff) | |
| download | wiki-947c93bddc6896c8f63507706df485d5ac3a9cb8.tar.gz wiki-947c93bddc6896c8f63507706df485d5ac3a9cb8.tar.bz2 wiki-947c93bddc6896c8f63507706df485d5ac3a9cb8.zip | |
Update Requirements.md (#228)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Requirements.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/Requirements.md b/docs/Requirements.md index f81c9f6..092665b 100644 --- a/docs/Requirements.md +++ b/docs/Requirements.md @@ -109,12 +109,6 @@ Then use it to install the required packages: * [MySQL Server Community Edition](http://dev.mysql.com/downloads/mysql/5.6.html) (version 5.6 or 5.7, anything later is not supported) -* [MySQL Development File](https://docs.google.com/uc?id=0B1fF5EIDoF1fWjYwQ1FCNUJmMWc&export=download) - - These files are shipped with MySQL Server but to make it easier we packed the libs and include files for both 32 bits and 64 bits. - - Extract the files to a known location, e.g, C:\MySQL, directory structure must be following: C:\MySQL\include and C:\MySQL\lib\debug (Move libmysql.dll and libmysql.lib there) - * Install [OpenSSL](http://www.slproweb.com/products/Win32OpenSSL.html) version 1.0.x (Do not install the Light version) Download the 64bit version. Or you can get both if you plan to compile both 32 and 64bit, they can coexist side by side. |
