From 6129e0d6968b18108015bd2a1b4d456171b683af Mon Sep 17 00:00:00 2001 From: WerWolv Date: Thu, 3 Dec 2020 23:18:41 +0100 Subject: [PATCH] Added libwinpthread dll to copy instructions Because smh not everybody has qemu installed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f65ad72d..1ab80aaed 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ cmake .. make -j ``` -On Windows, download the python standard library from https://github.com/python/cpython/tree/master/Lib and place the files and folders in `lib/python3.8` next to your built executable. Don't forget to also copy the `libpython3.8.dll` from your mingw setup next to the executable. +On Windows, download the python standard library from https://github.com/python/cpython/tree/master/Lib and place the files and folders in `lib/python3.8` next to your built executable. Don't forget to also copy the `libpython3.8.dll` and `libwinpthread-1.dll` from your mingw setup next to the executable. On both Windows and Linux, copy the files from `python_libs` in the `lib` folder next to your built executable. Place your magic databases in the `magic` folder next to your built executable