diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 51 |
1 files changed, 35 insertions, 16 deletions
@@ -1,27 +1,46 @@ | |||
1 | How to Build texlive binaries for OpenBSD | 1 | TeX Live for OpenBSD |
2 | ----------------------------------------- | 2 | =================== |
3 | 3 | ||
4 | ### References | 4 | There are two ways to use TeX Live in OpenBSD. |
5 | |||
6 | 1. From ports. TeX Live is available in variety of “schemes” to wit | ||
7 | different sets of package collections. A list can be found on the | ||
8 | [openports.pl](https://openports.pl/search?file=&pkgname=texlive) | ||
9 | website.[^1] | ||
10 | |||
11 | References | ||
12 | ---------- | ||
5 | - General information: <https://tug.org/texlive/build.html> | 13 | - General information: <https://tug.org/texlive/build.html> |
6 | - Building GNU CLISP for xindy: | 14 | - Building GNU CLISP for xindy: |
7 | <https://tug.org/svn/texlive/trunk/Build/source/utils/README?view=markup> | 15 | <https://tug.org/svn/texlive/trunk/Build/source/utils/README?view=markup> |
8 | 16 | ||
9 | ### Requirements | 17 | Requirements |
10 | - git | 18 | ------------ |
11 | - gmake | 19 | - For texlive |
12 | - rsync | 20 | - git |
13 | - subversion | 21 | - gmake |
14 | - wget | 22 | - rsync |
15 | - curl | 23 | - subversion |
16 | - for context: | 24 | - wget |
25 | - curl | ||
26 | - For context: | ||
17 | - cmake | 27 | - cmake |
18 | - ninja | 28 | - ninja |
19 | - for asymptote: | 29 | - For asymptote: |
20 | - freeglut | 30 | - freeglut |
21 | - readline | 31 | - readline |
22 | 32 | ||
23 | ### Getting the sources | 33 | Getting the sources |
24 | Run `checkout-tl.sh` | 34 | ------------------- |
35 | ```sh | ||
36 | checkout-tl.sh | ||
37 | ``` | ||
38 | |||
39 | Building the binaries | ||
40 | --------------------- | ||
41 | ```sh | ||
42 | tl-build.sh | ||
43 | ``` | ||
25 | 44 | ||
26 | ### Building the binaries | 45 | [^1]: More information on how TL is built for OpenBSD here: |
27 | Run `tl-build.sh` | 46 | <https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/print/texlive> |