Skip to content

Commit d74782c

Browse files
committed
Add dependencies in README
1 parent d707b09 commit d74782c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ In my testing it reached ~20x performance of the MicroPython implementation from
55
If you want to test this example with your html files, just add/edit them in the `src/fs` directory and rebuild the project!
66

77
---
8-
**NOTE**
8+
### Dependencies:
9+
- CMake 3.19+
10+
- ARM GNU toolchain
11+
- [Perl](https://www.perl.org/get.html) (should be already present on *nix systems)
912

10-
This project was only tested on Linux and MacOS, I haven't prepared it for Windows.
11-
If you need that, feel free to contribute a PR or reach out in the issue section!
13+
For the first two you can refer to [these instructions](https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf#%5B%7B%22num%22%3A39%2C%22gen%22%3A0%7D%2C%7B%22name%22%3A%22XYZ%22%7D%2C115%2C841.89%2Cnull%5D)
1214

1315
---
1416

0 commit comments

Comments
 (0)