blob: 80c63982d566d6f84009e4258dd12b71468935a8 (
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
25
26
27
|
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
- for asymptote:
- freeglut
- readline
### Getting the sources
Run `checkout-tl.sh`
### Building the binaries
Run `tl-build.sh`
|