On 06/25/2015 01:18 AM, [email protected] wrote:
> Author: ken
> Date: Wed Jun 24 16:18:02 2015
> New Revision: 16165
> 
> Log:
> Texlive-2015.  Looking at what I've done in the past in texlive, I'm sure 
> there are probably still errors - if anybody has the time, disk space, 
> inclination, and perhaps their own tex file(s), to review the from source 
> instructions I would appreciate it.  My own (lastex, minimal context) test 
> files are in my directory on higgs.
> 



>  
> -    <para>To test the results, issue: <command>make -k check</command>
> +    <para>To test the results, issue: <command>make check</command>
>      One test in each of web2c, dvipng and ttf2pk2 will SKIP because kpathsea
>      has not yet been installed.</para>
>  
>      <para>Now, as the <systemitem class="username">root</systemitem>
>      user:</para>
>  
> -<screen role="root"><userinput>make install &amp;&amp;
> +<screen role="root"><userinput>make install-strip &amp;&amp;
>  make texlinks</userinput></screen>
>  

> +
> +    <para>Still as the <systemitem class="username">root</systemitem> user,
> +    ensure that the programs will be able to find <filename
> +    class="libraryfile">libkpathsea</filename>, install a couple of essential
> +    perl modules supplied in the source, fix up the PATH so that some of 
> these
> +    programs can be run, and initialise the new system (the commands
> +    <command>fmtutil-sys --all</command> and <command>mtxrun 
> --generate</command>
> +    will produce a <emphasis>lot</emphasis> of output):</para>
> +
> +<screen role="root"><userinput>ldconfig &amp;&amp;
> +mkdir -pv /opt/texlive/${TEXYEAR}/tlpkg/TeXLive/ &amp;&amp;
> +install -v -m444 ../texk/tests/TeXLive/* 
> /opt/texlive/${TEXYEAR}/tlpkg/TeXLive/ &amp;&amp;

Maybe you should move these two to the installing commands block (make 
install). The rest looks good to me.

> +mktexlsr &amp;&amp;
> +fmtutil-sys --all &amp;&amp;
> +mtxrun --generate</userinput></screen>
>  

-- 
Note: My last name is not Krejzi.

Attachment: signature.asc
Description: OpenPGP digital signature

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

Reply via email to