Skip to content

Commit 3629953

Browse files
authored
sdbus-c++ dependency added (#1163)
1 parent 3ced176 commit 3629953

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,19 @@ This is the source code for all the main Arduino programs.
1212

1313
# Dependencies:
1414

15-
| **Dependency** | **License** |
16-
| --- | --- |
17-
| Qt5 and Qt6 | LGPLv3 |
18-
| [QDarkStyleSheet](https://github.com/ColinDuquesnoy/QDarkStyleSheet) | MIT |
19-
| [Qt Wav Reader](https://code.qt.io/cgit/qt/qtmultimedia.git/tree/examples/multimedia/spectrum/app/wavfile.cpp?h=5.15) | BSD |
20-
| [nlohmann json](https://github.com/nlohmann/json) | MIT |
21-
| [D++](https://github.com/brainboxdotcc/DPP) | Apache 2.0 |
22-
| [LUFA](https://github.com/abcminiuser/lufa) | MIT |
23-
| [Tesseract](https://github.com/tesseract-ocr/tesseract) | Apache 2.0 |
24-
| [Tesseract for Windows](https://github.com/peirick/Tesseract-OCR_for_Windows) | Apache 2.0 |
25-
| [OpenCV](https://github.com/opencv/opencv) | Apache 2.0 |
26-
| [ONNX](https://github.com/microsoft/onnxruntime) | MIT |
15+
| **Dependency** | **License** |
16+
| --- |---|
17+
| Qt5 and Qt6 | LGPLv3 |
18+
| [QDarkStyleSheet](https://github.com/ColinDuquesnoy/QDarkStyleSheet) | MIT |
19+
| [Qt Wav Reader](https://code.qt.io/cgit/qt/qtmultimedia.git/tree/examples/multimedia/spectrum/app/wavfile.cpp?h=5.15) | BSD |
20+
| [nlohmann json](https://github.com/nlohmann/json) | MIT |
21+
| [D++](https://github.com/brainboxdotcc/DPP) | Apache 2.0 |
22+
| [LUFA](https://github.com/abcminiuser/lufa) | MIT |
23+
| [Tesseract](https://github.com/tesseract-ocr/tesseract) | Apache 2.0 |
24+
| [Tesseract for Windows](https://github.com/peirick/Tesseract-OCR_for_Windows) | Apache 2.0 |
25+
| [OpenCV](https://github.com/opencv/opencv) | Apache 2.0 |
26+
| [ONNX](https://github.com/microsoft/onnxruntime) | MIT |
27+
| [sdbus-c++](https://github.com/Kistler-Group/sdbus-cpp) | LGPLv2.1 |
2728

2829
Vanilla GPL is disallowed, though LGPL is allowed. This is for the following reasons:
2930
1. A tiny portion of the project is not open-sourced. (mostly related to telemetry and internal research experiments)

0 commit comments

Comments
 (0)