mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-23 17:36:37 +02:00
Merge branch 'openssl' of https://github.com/PurpleI2P/i2pd into openssl
This commit is contained in:
commit
359123564f
1 changed files with 9 additions and 0 deletions
|
@ -164,6 +164,15 @@ folder name included in downloaded archive.
|
||||||
Note that you might need to build DLL yourself for 64-bit systems
|
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.
|
using msys2 as 64-bit DLLs are not provided by the project.
|
||||||
|
|
||||||
|
You can also install it through the MSYS2
|
||||||
|
and build with USE_UPNP key.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pacman -S mingw-w64-i686-miniupnpc
|
||||||
|
make USE_UPNP=1
|
||||||
|
```
|
||||||
|
|
||||||
|
It requires libminiupnpc.dll from /mingw32/bin
|
||||||
|
|
||||||
### Creating Visual Studio project
|
### Creating Visual Studio project
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue