Added README.md section about dependencies on linux

This commit is contained in:
Vladyslav Baranovskyi
2024-05-22 19:12:17 +03:00
parent 348affd6dc
commit 1c56eb3c7b

View File

@@ -6,6 +6,10 @@ openVulkano is a simple Vulkan rendering engine which is capable of recording co
* Git
* CMake
* C++ 17 compatible compiler
### Required dependencies on linux
```bash
sudo apt install extra-cmake-modules libarchive-dev libeigen3-dev
```
### Build from source:
```bash