On 2014-01-13 00.21, akhiezer wrote:

> 
> 
> Magnus,
> 
> 
> Apols for the slight bombardment of posts. 
No problem. I appreciate the help. Thank you.

Just to check, what sequence of
> commands from the blfs-texlive page do you run; and what if any changes do 
> you make (already know about ./confiure '--prefix=...' change) ?
> 
> 
> For convenience, here's the list from blfs-7.4 
> ('http://www.linuxfromscratch.org/blfs/view/7.4/pst/texlive.html'):
> ----
> $ tar -xf install-tl-unx.tar.gz && cd install-tl-20130730
> $
> $ TEXLIVE_INSTALL_PREFIX=/opt/texlive ./install-tl
>       # If you run this, then if possible can you detail what options 
>       # you choose?
> $
> $ cat >> /etc/profile.d/extrapaths.sh << "EOF"
> pathappend /usr/share/man                        MANPATH
> pathappend /opt/texlive/2013/texmf-dist/doc/man  MANPATH
> pathappend /usr/share/info                       INFOPATH
> pathappend /opt/texlive/2013/texmf-dist/doc/info INFOPATH
> pathappend /opt/texlive/2013/bin/x86_64-linux
> EOF
> $
> $ source /etc/profile
> $
> # I know you adjust '--prefix=...' in foll cfg:
> $ ./configure --prefix=/usr                  \
>             --disable-native-texlive-build \
>             --enable-build-in-source-tree  \
>             --without-luatex               \
>             --enable-mktextex-default      \
>             --with-banner-add=" - BLFS"    &&
>   make
> $
> $ make -k check
> $
> $ make DESTDIR=$PWD/texlive-tmp install
> $
> $ find texlive-tmp/usr/bin -type f -exec cp -v {} 
> /opt/texlive/2013/bin/x86_64-linux \;
> $
> ----
I ran the ./configure as stated in the BLFS book and above, but with a
--prefix pointing to a local path in my home directory. I changed the
pathappend in extrapaths.sh script accordingly.

The feedback from tlbuild sendlist points out that more might be needed
for full "from scratch, from source" install. But I do not know. I have
browsed http://www.tug.org/texlive/build.html, but not found an
instruction for a complete from source build.

Best regards,

Magnus Larsson


-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to