Dear Stuart, Thank you! I compiled mupdf and it works like a charm!
I do have one additional question. How do I compile a "flavour" of a package? For example, for mupdf, there is mupdf and mupdf-js. I ran "make package" and it gave me mupdf. How would I obtain mupdf-js? Sincerely, Xianwen On Fri, Feb 16, 2018 at 11:18 PM, Stuart Henderson <s...@spacehopper.org<mailto:s...@spacehopper.org>> wrote: On 2018-02-16, Xianwen Chen <xianwen.c...@nina.no<mailto:xianwen.c...@nina.no>> wrote: > Dear Stuart, > > Thank you. > > I am interested in trying to build it from ports. I checked OpenBSD's FAQs > and did not find information on building packages from ports. Could you point > me to a web page or a manual page? > > Sincerely, > Xianwen First you need to fetch the ports tree from cvs, see http://www.openbsd.org/anoncvs.html (you want the 6.2-stable ports tree for this, no need for src or xenocara). Then cd /usr/ports/textproc/mupdf, "make package" (as a normal user), then "make install" as root.