Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 8b83613

Browse files
committed
Updated 'Installation' section in 'Readme'.
Added source-parsing bug fix to 'Change log'.
1 parent 5405d62 commit 8b83613

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ It mostly addressed *3rd Party Libraries*.
2222

2323
### Bug Fixes
2424

25+
* All functions that were expecting a theoretically "unlimited" list of sources to operate on, such as `add_arduino_executable`, `add_arduino_library` etc. couldn't parse more than one file which also was the first.
2526
* The `Linux-Dist-Detection` module didn't check whether the required dependencies for the detection are installed.
2627
* 3rd Party libraries that don't include a **library.properties** file couldn't be used.
2728
* 3rd Party libraries have been renamed to an "Arduino-Compliant" name when attempting to find them using the `find_arduino_library` function, which renamed them to an invalid name.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ The following list is the basic requirements of the framework in order to use it
101101

102102
## Installation
103103

104-
A complete installation guide can be found in the [Installation](https://github.com/arduino-cmake/arduino-cmake/wiki/Installation) Wiki page.
104+
First, make sure to download the [latest release](https://github.com/arduino-cmake/Arduino-CMake-NG/releases) of the framework.
105+
Further instructions can be found in the [Installation](https://github.com/arduino-cmake/arduino-cmake/wiki/Installation) Wiki page.
105106

106107
## Documentation
107108

0 commit comments

Comments
 (0)