From 1c56eb3c7bd69cea05d6f7bfb932d608c6e103b8 Mon Sep 17 00:00:00 2001 From: Vladyslav Baranovskyi Date: Wed, 22 May 2024 19:12:17 +0300 Subject: [PATCH] Added README.md section about dependencies on linux --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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