Add instructions on solving missing DLL issue (#379)

* Add instructions on solving missing DLL issue

* Repair formatting to be consistent
This commit is contained in:
Jett 2022-05-26 00:41:42 +01:00 committed by GitHub
parent 915b779f03
commit 445c01d485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,6 +105,7 @@ cmake ..
cmake --build .
```
Once built you must also move all DLLs from `build/_deps/mysql-src/lib64` or else you encounter missing DLL errors
### Windows builds (WSL)
This section will go through how to install [WSL](https://docs.microsoft.com/en-us/windows/wsl/install) and building in a Linux environment under Windows. WSL requires Windows 10 version 2004 and higher (Build 19041 and higher) or Windows 11.