From 455e9beddf35230ed4934195d0a083f2f8d8e075 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Mon, 16 Apr 2018 16:15:39 +0200 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1db601a..5484cdf 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ No additional library except vulkan is required. ### Current status: -Early development stage, api may changed frequently. +Early development stage, api may change frequently. ### Building @@ -37,7 +37,7 @@ make && make install - clone vkh as a subdirectory of your root dir. - in your main CMakeFile, add `add_subdirectory (vkhelpers)` - add to your **TARGET_INCLUDE_DIRECTORIES** `${CMAKE_CURRENT_SOURCE_DIR}/vkhelpers/include` and if you want to bypass opaque pointers and be able to address -fiels of internal structures of vkh, add also `${CMAKE_CURRENT_SOURCE_DIR}/vkhelpers/src`. +fields of internal structures, add also `${CMAKE_CURRENT_SOURCE_DIR}/vkhelpers/src`. - to link vkh staticaly, add to **TARGET_LINK_LIBRARIES** `vkh_static` or `vkh_shared` to link it as a shared library. -- 2.47.3