mirror of
git://sigrok.org/libserialport
synced 2023-08-10 21:13:24 +03:00
README: Mention that only MinGW-w64 works (but not MinGW).
This commit is contained in:
8
README
8
README
@@ -41,7 +41,13 @@ Building
|
|||||||
========
|
========
|
||||||
|
|
||||||
The package uses a GNU style build system and requires a Unix style shell.
|
The package uses a GNU style build system and requires a Unix style shell.
|
||||||
On Windows it can be built with the MinGW toolchain and MSYS environment.
|
|
||||||
|
Windows builds can be created natively with the MinGW-w64 toolchain and
|
||||||
|
MSYS environment, or cross-compiled using a MinGW-w64 toolchain:
|
||||||
|
|
||||||
|
http://mingw-w64.sourceforge.net/
|
||||||
|
|
||||||
|
The "old" MinGW from http://mingw.org/ is not supported.
|
||||||
|
|
||||||
Run "./autogen.sh" to generate the build system, "./configure" to setup, then
|
Run "./autogen.sh" to generate the build system, "./configure" to setup, then
|
||||||
"make" to build the library and "make install" to install it.
|
"make" to build the library and "make install" to install it.
|
||||||
|
|||||||
Reference in New Issue
Block a user