Updated README

This commit is contained in:
Bartek Kryza
2022-02-13 00:19:55 +01:00
parent fb392cb32b
commit 0f068ec8fb

View File

@@ -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: