Updated README.md

This commit is contained in:
Question 2021-07-29 05:54:19 -05:00
parent 77cce54ca6
commit 76db35d36e
1 changed files with 5 additions and 0 deletions

View File

@ -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
```