mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
Update build_notes_windows.md
This commit is contained in:
parent
ca55a9a8a6
commit
c3dbbc9144
@ -164,10 +164,14 @@ folder name included in downloaded archive.
|
||||
Note that you might need to build DLL yourself for 64-bit systems
|
||||
using msys2 as 64-bit DLLs are not provided by the project.
|
||||
|
||||
You can also install it through the MSYS2
|
||||
You can also install it through the MSYS2
|
||||
|
||||
```bash
|
||||
pacman -S mingw-w64-i686-miniupnpc
|
||||
and build with USE_UPNP key
|
||||
make USE_UPNP=1
|
||||
```
|
||||
|
||||
It requires libminiupnpc.dll from /mingw32/bin
|
||||
|
||||
### Creating Visual Studio project
|
||||
|
Loading…
Reference in New Issue
Block a user