From f246daab0be180582c4401f00f4191fe3de0afa3 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Mon, 17 Dec 2018 19:43:35 -0800 Subject: Added note about installation to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a086e1a..f203a35 100644 --- a/README.md +++ b/README.md @@ -263,6 +263,14 @@ Please also take a look at getting started tutorials for [Linux](https://github.com/DiligentGraphics/DiligentSamples/tree/master/Tutorials/Tutorial00_HelloLinux). If your project does not use CMake, it is recommended to build libraries with cmake and add them to your build system. +To install libraries and header files, run the following CMake command from the build folder: + +```cmake +cmake --build . --target install +``` + +To change installation folder, set `DILIGENT_CORE_INSTALL_DIR` cmake variable. + Alternatively you can generate build files (such as Visual Studio projects) and add them to your project. Build customization described below can help tweak the settings for your specific needs. -- cgit v1.2.3