diff options
author | Robert Alessi <alessi@robertalessi.net> | 2025-03-09 06:57:11 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2025-03-09 06:57:11 +0100 |
commit | a62136b2f9507043cf23dc2422da91428cf2ffe0 (patch) | |
tree | 5a42246a93c2588099ba8cb5fdc99e5d1fd35761 | |
parent | bc3113e62235e4263298b1dc6477c62bcc70d734 (diff) | |
download | texlive-openbsd-a62136b2f9507043cf23dc2422da91428cf2ffe0.tar.gz |
tl25 released
-rw-r--r-- | README.md | 33 |
1 files changed, 6 insertions, 27 deletions
@@ -3,7 +3,7 @@ TeX Live for *Open*BSD | |||
3 | 3 | ||
4 | Contents | 4 | Contents |
5 | -------- | 5 | -------- |
6 | - [Current Release](#2025-release-pretest) / [Archives](#archives) | 6 | - [Current Release](#2025-release) / [Archives](#archives) |
7 | - [Running TeX Live in OpenBSD](#running-tex-live-in-openbsd) | 7 | - [Running TeX Live in OpenBSD](#running-tex-live-in-openbsd) |
8 | - [TeX Live for OpenBSD at Utah](#tex-live-for-openbsd-at-utah) | 8 | - [TeX Live for OpenBSD at Utah](#tex-live-for-openbsd-at-utah) |
9 | - [Installing TeX Live on OpenBSD With Ready-to-Use Binaries](#installing-tex-live-on-openbsd-with-ready-to-use-binaries) | 9 | - [Installing TeX Live on OpenBSD With Ready-to-Use Binaries](#installing-tex-live-on-openbsd-with-ready-to-use-binaries) |
@@ -12,18 +12,17 @@ Contents | |||
12 | - [Building the Sources](#building-the-sources) | 12 | - [Building the Sources](#building-the-sources) |
13 | - [Acknowledgements](#acknowledgements) | 13 | - [Acknowledgements](#acknowledgements) |
14 | 14 | ||
15 | 2025 Release (pretest) | 15 | 2025 Release |
16 | ---------------------- | 16 | ------------ |
17 | 17 | ||
18 | [Updated February 10, 2025] TeX Live for OpenBSD is meant for the [2025 | 18 | [Updated March 9, 2025] TeX Live for OpenBSD is meant for the [2025 |
19 | release of TeX Live](https://tug.org/texlive), and will always run on | 19 | release of TeX Live](https://tug.org/texlive), and will always run on |
20 | both -stable and -current versions of OpenBSD. | 20 | both -stable and -current versions of OpenBSD. |
21 | 21 | ||
22 | The TeX Live 2025 pretest binaries are available for the following | 22 | The TeX Live 2025 binaries are available for the following versions of |
23 | versions of OpenBSD: | 23 | OpenBSD: |
24 | 24 | ||
25 | - 7.6 | 25 | - 7.6 |
26 | - 7.6-current (soon to be removed) | ||
27 | - 7.7-beta | 26 | - 7.7-beta |
28 | 27 | ||
29 | Archives | 28 | Archives |
@@ -92,11 +91,6 @@ Please read first the reference page on this matter: | |||
92 | 2. Acquire `install-tl-unx.tar.gz` from CTAN as described [on this | 91 | 2. Acquire `install-tl-unx.tar.gz` from CTAN as described [on this |
93 | page](https://tug.org/texlive/acquire-netinstall.html). | 92 | page](https://tug.org/texlive/acquire-netinstall.html). |
94 | 93 | ||
95 | > [NOTE!] | ||
96 | > During the so-called “pretest” phase, that is between February 8, | ||
97 | > and March 8 2025, the TeX Live installer must be retrieved from [one | ||
98 | > of these hosts](https://tug.org/texlive/mirmon). | ||
99 | |||
100 | - do: | 94 | - do: |
101 | 95 | ||
102 | ```sh | 96 | ```sh |
@@ -302,7 +296,6 @@ Building the sources | |||
302 | - cmake | 296 | - cmake |
303 | - ninja | 297 | - ninja |
304 | - For asymptote: | 298 | - For asymptote: |
305 | - ~~readline~~ (not needed anymore in TL2025) | ||
306 | - freeglut | 299 | - freeglut |
307 | - eigen3 | 300 | - eigen3 |
308 | - py3-cson, py3-qt5 and py3-numpy (run dependencies for `xasy`) | 301 | - py3-cson, py3-qt5 and py3-numpy (run dependencies for `xasy`) |
@@ -312,26 +305,12 @@ Building the sources | |||
312 | ./checkout-tl.sh | 305 | ./checkout-tl.sh |
313 | ``` | 306 | ``` |
314 | 307 | ||
315 | > [NOTE!] | ||
316 | > During the so-called “pretest” phase, that is between February 8, | ||
317 | > and March 8 2025, use this command instead: | ||
318 | > ```sh | ||
319 | > ./checkout-tl.sh dev | ||
320 | > ``` | ||
321 | |||
322 | 308 | ||
323 | ### Building | 309 | ### Building |
324 | ```sh | 310 | ```sh |
325 | ./tl-build.sh | 311 | ./tl-build.sh |
326 | ``` | 312 | ``` |
327 | 313 | ||
328 | > [NOTE!] | ||
329 | > During the so-called “pretest” phase, that is between February 8, | ||
330 | > and March 8 2025, use this command instead: | ||
331 | > ```sh | ||
332 | > ./tl-build.sh dev | ||
333 | > ``` | ||
334 | |||
335 | ### Special considerations for biber | 314 | ### Special considerations for biber |
336 | [For the same reasons as in standard TeX | 315 | [For the same reasons as in standard TeX |
337 | Live](https://tug.org/texlive/build.html#biber), `biber` is not | 316 | Live](https://tug.org/texlive/build.html#biber), `biber` is not |