From 37059bd58525439bf7ba9885b3a464cd69215c89 Mon Sep 17 00:00:00 2001 From: sunce86 Date: Tue, 24 May 2022 21:57:18 +0200 Subject: [PATCH] Update readme with Windows build fail info --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5992171b4e..9c7964bcd6 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,8 @@ cargo run --bin orderbook -- \ `--skip-trace-api true` will make the orderbook compatible with more ethereum nodes. If your node supports `trace_callMany` you can drop this argument. +Note: Current version of the code does not compile under Windows OS. Context and workaround are [here](https://github.com/cowprotocol/services/issues/226). + ### Solvers To see all supported command line arguments run `cargo run --bin solver -- --help`.