diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..28a3459 --- /dev/null +++ b/README.md | |||
@@ -0,0 +1,24 @@ | |||
1 | How to Build texlive binaries for OpenBSD | ||
2 | ----------------------------------------- | ||
3 | |||
4 | ### References | ||
5 | - General information: <https://tug.org/texlive/build.html> | ||
6 | - Building GNU CLISP for xindy: | ||
7 | <https://tug.org/svn/texlive/trunk/Build/source/utils/README?view=markup> | ||
8 | |||
9 | ### Requirements | ||
10 | - git | ||
11 | - gmake | ||
12 | - rsync | ||
13 | - subversion | ||
14 | - wget | ||
15 | - curl | ||
16 | - for context: | ||
17 | - cmake | ||
18 | - ninja | ||
19 | |||
20 | ### Getting the bources | ||
21 | Run `checkout-tl.sh` | ||
22 | |||
23 | ### Building the binaries | ||
24 | Run `tl-build.sh` | ||