From ae3d3e7a1e56baf5b379f84de9e23cc1f96cd382 Mon Sep 17 00:00:00 2001 From: Justin Bennett Date: Wed, 5 Mar 2025 21:50:43 -0500 Subject: [PATCH] Add linux build instructions --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 61ecc37..1f16128 100644 --- a/README.md +++ b/README.md @@ -79,4 +79,11 @@ if __name__ == "__main__": This project uses [mise](https://mise.jdx.dev/) to manage runtimes (like deno, python, rust) and run scripts. If you'd like to contribute, you'll need to install it. -Use the `mise tasks` command to see what you can do. \ No newline at end of file +Use the `mise tasks` command to see what you can do. + +### Linux Build Instructions + +Make sure you have the following installed: + +- `build-essential` +- `webkit2gtk-4.1` (see [install instructions](https://crates.io/crates/wry#user-content-linux-dependencies))