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: