X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=examples%2FREADME;fp=examples%2FREADME;h=ee89cc228afdd1ee8ded4ed5d8932d3cece6dcae;hb=67b55d10b8570d76dc579ab0ba5657d4645cbd19;hp=3933abc3a77ed225b8eb2456ff650885b145cf96;hpb=d8c4d388e83085af859ab2a322707dceb6ac700d;p=libserialport.git diff --git a/examples/README b/examples/README index 3933abc..ee89cc2 100644 --- a/examples/README +++ b/examples/README @@ -8,6 +8,9 @@ port_info.c - displays info about a particular port on the system. The programs themselves are completely OS-independent, and require only a C compiler and libserialport. +The 'examples.sln' file is a solution file for Microsoft Visual Studio 2019 +which will build libserialport and all of the example programs. + The Makefile in this directory will attempt to build all the examples, using 'gcc' to compile them and 'pkg-config' to discover the include paths and linker settings needed to build with libserialport. It provides