summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index d2ae0fe5..4d2a5889 100644
--- a/README.md
+++ b/README.md
@@ -139,6 +139,16 @@ Please make sure to preserve line-endings when cloning the Sequoia
repository. The relevant git option is `core.autocrlf` which must be
set to false.
+#### MSYS2
+You can install the needed libraries with the following command:
+```shell
+ $ pacboy -S base-devel toolchain:x clang:x bzip2:x nettle:x sqlite3:x capnproto:x
+```
+
+Due to Gitlab's Windows Shared Runners being somewhat slow, we only run them
+automatically for MRs, which contain `windows` in the branch name. Please name
+your branch accordingly when contributing a patch which might affect Windows.
+
Bindings
--------