From b56322c6c1d539756209d2bd839416489165fe98 Mon Sep 17 00:00:00 2001 From: stujones11 Date: Fri, 25 May 2018 14:52:49 +0100 Subject: [PATCH] Give better libIrrlicht path example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 003727b..00da97b 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ IRRLICHT_LIBRARY="/usr/local/lib/libIrrlicht.so" **Example:** ``` -cmake . -DIRRLICHT_LIBRARY="/usr/lib/libIrrlicht.so"` +cmake . -DIRRLICHT_LIBRARY="/usr/lib/x86_64-linux-gnu/libIrrlicht.so" ``` Controls