From 5a57f83506cffe54373513727767455ef17138a2 Mon Sep 17 00:00:00 2001 From: MayankChopra <52525311+MayankChopra12@users.noreply.github.com> Date: Thu, 15 Oct 2020 21:41:54 +0530 Subject: [PATCH] by running command make install in linux by running command make install in linux the find package would able to find io2d.cmake --- BUILDING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILDING.md b/BUILDING.md index f3c6051..5a56d0e 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -91,6 +91,7 @@ mkdir Debug cd Debug cmake --config Debug "-DCMAKE_BUILD_TYPE=Debug" .. cmake --build . +make install ``` ### Cairo/Xlib on macOS