From 5c24b66f6f795378a8876b3cfc7cfbc15045b3c3 Mon Sep 17 00:00:00 2001 From: Antoine Date: Sat, 11 Aug 2018 17:53:34 -0400 Subject: [PATCH] Fixed issue #30 - Missing build step in v2.2.1. --- CHANGES | 6 +++++- INSTALL.md | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 392d3a4..63bed3a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,8 @@ -Changes for 2.3.0: +Changes for 2.2.2: + +* Fixed issue #30 - Missing build step in v2.2.1. + +Changes for 2.2.1: * New feature: Added support for doxygen API documentation. See build option `WIN32ARDUINO_BUILD_DOC` for details. diff --git a/INSTALL.md b/INSTALL.md index d8adf8c..879c325 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -59,6 +59,8 @@ The following steps show how to build the library: 2) Define the environment variable `GOOGLETEST_HOME` such that `GOOGLETEST_HOME=$WIN32ARDUINO_HOME/lib/googletest`. +3) Define the environment variable `RAPIDASSIST_HOME` such that `RAPIDASSIST_HOME=$WIN32ARDUINO_HOME/lib/RapidAssist`. + 4) Configure the _Visual Studio solution_ or the _Makefile_ using the following commands: * cd $WIN32ARDUINO_HOME