blob: c3d91129144acb47bf5c189bfc94f762ab04227c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
How to Build texlive binaries for OpenBSD
-----------------------------------------
### References
- General information: <https://tug.org/texlive/build.html>
- Building GNU CLISP for xindy:
<https://tug.org/svn/texlive/trunk/Build/source/utils/README?view=markup>
### Requirements
- git
- gmake
- rsync
- subversion
- wget
- curl
- for context:
- cmake
- ninja
### Getting the sources
Run `checkout-tl.sh`
### Building the binaries
Run `tl-build.sh`
|