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
+29-5Lines changed: 29 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,30 +60,54 @@ benefiting the entire application stack.
60
60
61
61
## Build and Verify
62
62
63
+
### Prerequisites
64
+
63
65
`Mado` is built with a minimalist design in mind. However, its verification
64
66
relies on certain third-party packages for full functionality and access to all
65
-
its features. To ensure proper operation, the development environment should
66
-
have the [SDL2 library](https://www.libsdl.org/), [libjpeg](https://www.ijg.org/), and [libpng](https://github.com/pnggroup/libpng) installed.
67
+
its features. We encourage the development environment to be installed with all optional
68
+
packages, including [libjpeg](https://www.ijg.org/), [libpng](https://github.com/pnggroup/libpng),
0 commit comments