summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorIgor Matuszewski <igor@sequoia-pgp.org>2020-03-30 11:09:51 +0200
committerIgor Matuszewski <igor@sequoia-pgp.org>2020-03-30 11:48:47 +0200
commitd377ef0006e9b54833105bebb83301bc6fa14a49 (patch)
tree5f9f7f715af93531242195901d9158e4118755aa /README.md
parent79ea050a62e0281d19bfa8e643c6f870585f5cac (diff)
docs: Add build instructions for Windows
Diffstat (limited to 'README.md')
-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
--------