Added README.md section about dependencies on linux
This commit is contained in:
@@ -6,6 +6,10 @@ openVulkano is a simple Vulkan rendering engine which is capable of recording co
|
|||||||
* Git
|
* Git
|
||||||
* CMake
|
* CMake
|
||||||
* C++ 17 compatible compiler
|
* C++ 17 compatible compiler
|
||||||
|
### Required dependencies on linux
|
||||||
|
```bash
|
||||||
|
sudo apt install extra-cmake-modules libarchive-dev libeigen3-dev
|
||||||
|
```
|
||||||
|
|
||||||
### Build from source:
|
### Build from source:
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user