<div dir="ltr"><div>Hello all,</div><div><br></div><div>I'm going to install TexLive2014 with my own-compiled binaries (with shared libs).</div><div><br></div><div><br></div><div>0. I have read this:</div><div>====================</div>
<div><br></div><div><a href="https://www.tug.org/texlive/doc/tlbuild.html">https://www.tug.org/texlive/doc/tlbuild.html</a></div><div><a href="https://www.tug.org/texlive/build.html">https://www.tug.org/texlive/build.html</a></div>
<div><a href="https://tug.org/texlive/doc/texlive-en/texlive-en.html">https://tug.org/texlive/doc/texlive-en/texlive-en.html</a></div><div><a href="http://www.linuxfromscratch.org/blfs/view/svn/pst/texlive.html">http://www.linuxfromscratch.org/blfs/view/svn/pst/texlive.html</a></div>
<div><br></div><div><br></div><div>1. Build binaris:</div><div>=================</div><div><br></div><div>In sources dir:</div><div>$ mkdir Work && cd Work</div><div>$ ../configure \</div><div>--prefix=/opt/texlive/2014 \</div>
<div>--bindir=/opt/texlive/2014/bin/custom \</div><div>--datarootdir=/opt/texlive/2014 \</div><div>--includedir=/usr/include \</div><div>--infodir=/opt/texlive/2014/texmf-dist/doc/info<span style="white-space:pre"> </span>\</div>
<div>--libdir=/usr/lib \</div><div>--mandir=/opt/texlive/2014/texmf-dist/doc/man \</div><div>--disable-native-texlive-build \</div><div>--disable-static \</div><div>--enable-shared \</div><div>--with-system-libgs \</div><div>
--with-system-poppler<span style="white-space:pre"> </span>\</div><div>--with-system-freetype2 \</div><div>--with-system-fontconfig \</div><div>--with-system-libpng \</div><div>--with-system-icu \</div><div>--with-system-graphite2 \</div>
<div>--with-system-harfbuzz \</div><div>--with-system-xpdf \</div><div>--with-system-cairo \</div><div>--with-system-pixman \</div><div>--with-system-zlib \</div><div>--with-banner-add=" - shared"</div><div>$ make</div>
<div>$ make check</div><div>$ make install</div><div><br></div><div>At the end of this I was taking binaries in /opt/texlive/2014/bin/custom </div><div>and some files around there (in texmf-dist).</div><div><br></div><div>
<br></div><div>2. Install TexLive dist (tree):</div><div>===============================</div><div><br></div><div>In untarred dist dir:</div><div>$ ./install-tl -custom-bin /opt/texlive/2014/bin/custom/</div><div><br></div>
<div>As I understand that will install full tree of TexLive using my pre-installed </div><div>binaries for 'custom' platform.</div><div><br></div><div>Add '/opt/texlive/2014/bin/custom' to my $PATH and </div>
<div>'/opt/texlive/2014/texmf-dist/doc/info' to $INFOPATH,</div><div>'/opt/texlive/2014/texmf-dist/doc/man'  to $MANPATH.</div><div><br></div><div>$ fmtutil-sys --all<br></div><div>$ updmap-sys</div><div><br>
</div><div><br></div><div>?. Questions:</div><div>=============</div><div><br></div><div>- Is key '-custom-bin' tells to installer that  it should using bins in this directory directly </div><div>or should copying them?</div>
<div><br></div><div>- There are no some additional executables (maybe scripts? or/and symlinks?) in bin directory,</div><div>so some commands (such as 'latex', 'pdflatex') not found. Where it is and how to install it?</div>
<div><br></div><div>- Installer script installed another copy of manpages to bin/custom/man directory. </div><div>Is it differs of manpages that comes with own-making binaries? </div><div>How to prevent of install these mans correctly (*perfectionism style*)?</div>
<div><br></div><div>- Any comments to my sequence?</div></div>