From b34ded7b882d916371f432ad78ecbbc4c31c1d07 Mon Sep 17 00:00:00 2001 From: Marek Goc Date: Tue, 17 Oct 2023 17:54:03 +0200 Subject: [PATCH] readme update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8a20ed..72d0484 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ This is just fork from github repository. Forked in order to recompile with new Whenever you have problem with compability you can download source package from [Mupdf source](https://mupdf.com/downloads/archive/mupdf-1.23.0-source.tar.gz) after simply run ``` make``` to compile on your platform. When this is completed just simply copy following files: -```libmupdf.a``` ==> ```libs/libmupdfthird_linux_amd64.a``` -```libmupdf-third.a``` ==> ```libs/libmupdf_linux_amd64.a``` +- ```libmupdf.a``` ==> ```libs/libmupdfthird_linux_amd64.a``` +- ```libmupdf-third.a``` ==> ```libs/libmupdf_linux_amd64.a``` Part of file name 'linux_amd64' maens OS and platform. ##### Notice that you need to compile MuPdf source for OS and platform you want to use