Skip to content
Snippets Groups Projects
Commit 9550346a authored by Evy Storozhenko's avatar Evy Storozhenko
Browse files

Update README.md

parent 5bb5f233
No related branches found
No related tags found
No related merge requests found
# Evyl
#### The ~~evil~~ Evyl Vulkan Library
---
## cloning & building
```sh
# clone repository and step inside
git clone git@gitlab.fachschaften.org:smjlstor/evyl.git && cd evyl
# clone relevant submodules
git submodule update --init
# init vcpkg
./external/vcpkg/bootstrap-vcpkg.sh # optionally pass -disableMetrics to disable telemetry
# finally configure and build
mkdir build
cmake -B build -S .
cmake --build build
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment