TeX Live for OpenBSD ==================== There are two ways to use TeX Live in OpenBSD. 1. From ports. TeX Live is available in variety of “schemes” to wit different sets of package collections, of which a list can be found on the [openports.pl](https://openports.pl/search?file=&pkgname=texlive) website.[^1] 2. By installing the “native” TeX Live over the internet, as described on [its home page](https://tug.org/texlive). This latter method makes it easy to install new packages and to update existing ones. However, the binaries for OpenBSD are not currently part of the official TeX Live distribution. The reason for this is References ---------- - General information: - Building GNU CLISP for xindy: Requirements ------------ - For texlive - git - gmake - rsync - subversion - wget - curl - For context: - cmake - ninja - For asymptote: - freeglut - readline Getting the sources ------------------- ```sh checkout-tl.sh ``` Building the binaries --------------------- ```sh tl-build.sh ``` [^1]: More information on how TL is built for OpenBSD here: