Skip to content

Commit

Permalink
Fixed issue #30 - Missing build step in v2.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
end2endzone committed Aug 11, 2018
1 parent b8e8de1 commit 5c24b66
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 2 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c24b66

Please sign in to comment.