From 1e0f5b59569be98d7d47ca979e6f628c89d0a0b6 Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Wed, 6 Nov 2024 06:10:24 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a302140..e3a2c03 100644 --- a/README.md +++ b/README.md @@ -191,3 +191,8 @@ Install to `GOBIN` (you can point `GOBIN` to e.g. `/usr/local/bin` or `~/.local/ For GUI app, check [IUP](https://github.com/gen2brain/iup-go) requirements, and then install: `go install github.com/gen2brain/cbconvert/cmd/cbconvert-gui@latest` + +### Build tags + +* `extlib` - use external libmupdf and libunarr libraries +* `pkgconfig` - enable pkg-config (used with `extlib`) \ No newline at end of file