docs: added error typeinfo.h

This commit is contained in:
MoskalykA 2022-11-05 12:03:11 +01:00 committed by GitHub
parent 067cc7eb4e
commit 39ae58e9c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,10 @@ Common build errors you may run into building on Windows and their solutions.
If there is an error involving a symbol named ` size_t _msize` or `size_t __cdecl _msize_base`, it is most likely because you haven't updated your Windows SDK to the [Windows 11 SDK](https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/). Please do so. If you still get this error make sure that your Visual Studio projects also default to the latest installed version if they don't already.
> #### typeinfo.h
You just have to compile the project in "Release".
## Linux
Continuing on Linux, there are a few prerequisites to building regardless of distribution.