From 69b5eb56f1e1963c822fc81ac8365382d1bc2cce Mon Sep 17 00:00:00 2001 From: David Betz Date: Tue, 18 Apr 2017 21:20:36 -0400 Subject: [PATCH] Add dependency on OpenSpin. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 918fa4f..6891608 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,8 @@ also be C++. I left them as C for now because they matched my original code bett The files sock.h and serial.h show the interfaces needed to support another platform. I can easily provide a Windows version of these files to cover running the loader under Linux, Mac, and Windows. The xxx_posix.c files support both Linux and the Mac. + +In addition to a standard C++ toolset you also need to install OpenSpin and have it +in your path. + + https://github.com/parallaxinc/OpenSpin