From 663cfa76fe60fa6271fd30a9a2704a71bb54308e Mon Sep 17 00:00:00 2001 From: Patrick Quist Date: Mon, 9 Dec 2024 12:08:55 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c8dab6..fa236c4 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ Feeding an objdump via stdin into asm-parser: ### Building locally You'll need: -- conan 1.59.0 - install this in your preferred way, e.g. `pip install conan==1.59.0` or equivalent -- `gcc` 12 or similar (or hack your settings to support your compiler) +- conan 2 - see `https://github.com/compiler-explorer/asm-parser/blob/main/setup.sh#L1` on how to install and configure +- `gcc` 12 or similar or later (or hack your settings to support your compiler) Then you can ```