You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,12 @@ In my testing it reached ~20x performance of the MicroPython implementation from
5
5
If you want to test this example with your html files, just add/edit them in the `src/fs` directory and rebuild the project!
6
6
7
7
---
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)
9
12
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)
0 commit comments