From 0f068ec8fbbfd560e3da2118f2dbef23952d6b99 Mon Sep 17 00:00:00 2001 From: Bartek Kryza Date: Sun, 13 Feb 2022 00:19:55 +0100 Subject: [PATCH] Updated README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 24ec4634..c343dfb5 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,14 @@ Main features supported so far include: ### Building from source Currently the only method to install `clang-uml` is from source. First make sure -that you have the following dependencies installed (example for Ubuntu): +that you have the following dependencies installed: ```bash +# Ubuntu apt install ccache cmake libyaml-cpp-dev libfmt-dev libspdlog-dev clang-12 libclang-12-dev libclang-cpp12-dev + +# macos +brew install ccache cmake llvm fmt spdlog yaml-cpp ``` Then proceed with building the sources: