Re: compilation question
Samuel Ainsworth <[email protected]> Mon, 11 Jun 2018 17:30:53 -0700
| Newsgroups | gmane.comp.tex.pdftex |
|---|---|
| Message-ID | <[email protected]> |
> On Jun 11, 2018, at 4:14 PM, Karl Berry <[email protected]> wrote: > > If you build pdftex in TL using the Build-one-package method, the > executable will (by default) end up in > ../Build/Work/texk/web2c/pdftex. Source directory != build directory. Actually I found that this wasn’t the case. But by inspection of the build-pdflatex.sh script (found here: https://tug.org/svn/pdftex/branches/stable/source/build-pdftex.sh?view=markup <https://tug.org/svn/pdftex/branches/stable/source/build-pdftex.sh?view=markup>) I discovered that I also need to run `make pdftex` in the Work/texk/web2c directory. I think that’s sorted things out, although now I’m stuck on actually performing the install. > The documentation is correct (as far as I know). The point of confusion > seems to be that there are two repositories for pdftex, the TL > repository and the separate pdftex repository; the latter is the one > with build-pdftex.sh and the "cut-down TL tree". It's linked to from > pdftex.org. --best, karl. Yes, that was an initial point of confusion. Although I’m not seeing this link… The “sources” link at the top is taking me to https://www.tug.org/texlive/Contents/live/source/ <https://www.tug.org/texlive/Contents/live/source/> which appears to be the source for TL 2017. Best, Samuel