From 76db35d36e50c56ecfaa7b6979e4617eb621dcbc Mon Sep 17 00:00:00 2001 From: Question Date: Thu, 29 Jul 2021 05:54:19 -0500 Subject: [PATCH] Updated README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8a6aa4b..7d018cf 100644 --- a/README.md +++ b/README.md @@ -62,3 +62,8 @@ make mupdf make ``` to build. + +If you don't have twili debugger installed, delete the `-ltwili` flag on the Makefile to compile: +``` +LIBS: -ltwili +```