update miniupnpc README about MINIUPNP_STATICLIB
This commit is contained in:
parent
db4463e694
commit
5ddf1e7edb
|
@ -2,7 +2,7 @@ Project: miniupnp
|
||||||
Project web page: http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/
|
Project web page: http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/
|
||||||
github: https://github.com/miniupnp/miniupnp
|
github: https://github.com/miniupnp/miniupnp
|
||||||
Author: Thomas Bernard
|
Author: Thomas Bernard
|
||||||
Copyright (c) 2005-2017 Thomas Bernard
|
Copyright (c) 2005-2018 Thomas Bernard
|
||||||
This software is subject to the conditions detailed in the
|
This software is subject to the conditions detailed in the
|
||||||
LICENSE file provided within this distribution.
|
LICENSE file provided within this distribution.
|
||||||
|
|
||||||
|
@ -12,6 +12,8 @@ LICENSE file provided within this distribution.
|
||||||
To compile, simply run 'gmake' (could be 'make' on your system).
|
To compile, simply run 'gmake' (could be 'make' on your system).
|
||||||
Under win32, to compile with MinGW, type "mingw32make.bat".
|
Under win32, to compile with MinGW, type "mingw32make.bat".
|
||||||
MS Visual C solution and project files are supplied in the msvc/ subdirectory.
|
MS Visual C solution and project files are supplied in the msvc/ subdirectory.
|
||||||
|
The miniupnpc library is available as a static library or as a DLL :
|
||||||
|
define MINIUPNP_STATICLIB if you want to link against the static library.
|
||||||
|
|
||||||
The compilation is known to work under linux, FreeBSD,
|
The compilation is known to work under linux, FreeBSD,
|
||||||
OpenBSD, MacOS X, AmigaOS and cygwin.
|
OpenBSD, MacOS X, AmigaOS and cygwin.
|
||||||
|
|
Loading…
Reference in New Issue