diff --git a/README.md b/README.md index 2b275b3..2eaae75 100644 --- a/README.md +++ b/README.md @@ -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