]> sigrok.org Git - libserialport.git/blobdiff - examples/README
Add Visual Studio projects and solution to build example programs.
[libserialport.git] / examples / README
index 1b8d2fef9d2915721c63154d25c0701933ee80a6..ee89cc228afdd1ee8ded4ed5d8932d3cece6dcae 100644 (file)
@@ -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
@@ -22,3 +25,5 @@ paths in your environment to suit your system.
 You can also build these examples using any other compiler, IDE or build
 system. You just need the libserialport.h header available to compile them,
 and the libserialport library available to link and run them.
+
+These example files are hereby released into the public domain by the author.