From 130a2c76d25fc5391afe39acad210f343b519b25 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Mon, 26 Feb 2024 17:31:42 +0100 Subject: a missing cd in the makefile --- README.md | 51 +++++++++++++++++++++++++++++++++++---------------- 1 file changed, 35 insertions(+), 16 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 80c6398..69f9764 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,46 @@ -How to Build texlive binaries for OpenBSD ------------------------------------------ +TeX Live for OpenBSD +=================== -### References +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. A list can be found on the + [openports.pl](https://openports.pl/search?file=&pkgname=texlive) + website.[^1] + +References +---------- - General information: - Building GNU CLISP for xindy: -### Requirements -- git -- gmake -- rsync -- subversion -- wget -- curl -- for context: +Requirements +------------ +- For texlive + - git + - gmake + - rsync + - subversion + - wget + - curl +- For context: - cmake - ninja -- for asymptote: +- For asymptote: - freeglut - readline -### Getting the sources -Run `checkout-tl.sh` +Getting the sources +------------------- +```sh +checkout-tl.sh +``` + +Building the binaries +--------------------- +```sh +tl-build.sh +``` -### Building the binaries -Run `tl-build.sh` +[^1]: More information on how TL is built for OpenBSD here: + -- cgit v1.2.3