aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 17 insertions, 7 deletions
diff --git a/README.md b/README.md
index a51a094..0ff785b 100644
--- a/README.md
+++ b/README.md
@@ -15,10 +15,16 @@ Contents
152024 Release 152024 Release
16------------ 16------------
17 17
18[Updated March 14, 2024] TeX Live for OpenBSD has just been 18[Updated April 6, 2024] At the time of writing, TeX Live for OpenBSD
19launched. At the time of writing, it is meant for the [2024 19is meant for the [2024 release of TeX Live](https://tug.org/texlive),
20release of TeX Live](https://tug.org/texlive), and will 20and will always run on both -stable and -current versions of OpenBSD.
21always run on both -stable and -current versions of OpenBSD. 21
22The TeX Live 2024 binaries are available for the following versions of
23OpenBSD:
24
251. 7.4
262. 7.5
273. 7.5-current
22 28
23Running TeX Live in OpenBSD 29Running TeX Live in OpenBSD
24--------------------------- 30---------------------------
@@ -63,9 +69,13 @@ be found here: <https://ftp.math.utah.edu/pub/texlive-utah>.
63 69
64From this url, the binaries for OpenBSD are located in the 70From this url, the binaries for OpenBSD are located in the
65[`bin/`](https://ftp.math.utah.edu/pub/texlive-utah/bin) 71[`bin/`](https://ftp.math.utah.edu/pub/texlive-utah/bin)
66subdirectory. Look for `amd64-openbsd74-utah-gcc11.tar.xz`. At the 72subdirectory. Look for `amd64-openbsd*.tar.xz`. the build for 7.4 was
67time or writing, this build is done with the `gcc-11` compilers, while 73done with the `gcc-11` compilers. The one for 7.5 is done with the
68the one available here is made with `clang`. 74`gcc-8.4.0` compilers which are widely used to build most OpenBSD
75ports.
76
77The binaries available here are made with `clang`, which is the base
78system compiler.
69 79
70Installing TeX Live on OpenBSD with ready-to-use binaries 80Installing TeX Live on OpenBSD with ready-to-use binaries
71--------------------------------------------------------- 81---------------------------------------------------------