Skip to content

Commit 6332f33

Browse files
committed
README: document where to find libwinpthread-1.dll
re #482
1 parent 9b7b5ff commit 6332f33

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@ Tested with MinGW-w64 on Debian, which you should install via `sudo apt install
125125
You can make use of the [provided toolchainfile](cmake/Toolchain-cross-mingw32-linux.cmake).
126126
It sets CMake to expect (optional) win32 dependencies like libjpeg and friends
127127
in the `deps` directory. Note that you need (probably self-built) development packages for
128-
win32, the `-dev` packages coming with your distribution won't work.
128+
win32, the `-dev` packages coming with your distribution won't work. Also note that you'll
129+
need to put `libwinpthread-1.dll` in the build dir to run the examples. You can find this DLL
130+
on your Linux build machine via `locate libwinpthread-1.dll`.
129131

130132

131133
mkdir build

0 commit comments

Comments
 (0)