Updated README
This commit is contained in:
@@ -26,10 +26,14 @@ Main features supported so far include:
|
|||||||
|
|
||||||
### Building from source
|
### Building from source
|
||||||
Currently the only method to install `clang-uml` is from source. First make sure
|
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
|
```bash
|
||||||
|
# Ubuntu
|
||||||
apt install ccache cmake libyaml-cpp-dev libfmt-dev libspdlog-dev clang-12 libclang-12-dev libclang-cpp12-dev
|
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:
|
Then proceed with building the sources:
|
||||||
|
|||||||
Reference in New Issue
Block a user