1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-02-07 16:04:14 +00:00

Merge pull request #534 from atnaguzin/patch-2

markup update
This commit is contained in:
orignal 2016-06-22 11:06:44 -04:00 committed by GitHub
commit 105c2deeb3

View File

@ -164,10 +164,14 @@ 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 You can also install it through the MSYS2
```bash
pacman -S mingw-w64-i686-miniupnpc pacman -S mingw-w64-i686-miniupnpc
and build with USE_UPNP key and build with USE_UPNP key
make USE_UPNP=1 make USE_UPNP=1
```
It requires libminiupnpc.dll from /mingw32/bin It requires libminiupnpc.dll from /mingw32/bin
### Creating Visual Studio project ### Creating Visual Studio project