From 025e52a5729bf8424c6204eaa07d83fed0df09d3 Mon Sep 17 00:00:00 2001 From: Hideaki Tai Date: Fri, 6 Oct 2023 07:59:53 +0900 Subject: [PATCH] docs: add note for dependent libraries --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93c4ee2..956f50e 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,18 @@ OSC subscriber / publisher for Arduino -#### NOTE : BREAKING API CHANGES (v0.3.x or later) +#### NOTE (>= v0.3.x) : BREAKING API CHANGES - almost all apis has have changed and got much simpler - dropped support for `OscSerial` (recommend to use [MsgPacketizer](https://github.com/hideakitai/MsgPacketizer) for much smaller packet size) +#### NOTE (>= v0.4.0) : DEPENDENT LIBRARIES REMOVED + +If you have already installed this library, please follow: + +- Cloned from GitHub (manually): Please install dependent libraries manually +- Installed from library manager: re-install this library from library manager + - Dependent libraries will be installed automatically ## Feature