Changeset e2aa32b3


Ignore:
Timestamp:
08/05/2004 09:02:44 PM (20 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
926645ee
Parents:
5391b98a
Message:

Changed absolute symlinks to relative in Tcl/Tk installation instructions, suggested by Nico R.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2569 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general/prog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/tcl.xml

    r5391b98a re2aa32b3  
    6969install -c -m644 ../generic/*.h /usr/include/tcl${V}/generic/ &amp;&amp;
    7070rm -f /usr/include/tcl${V}/generic/{tcl,tclDecls,tclPlatDecls}.h &amp;&amp;
    71 ln -nsf /usr/include/tcl${V} /usr/lib/tcl${V}/include &amp;&amp;
     71ln -nsf ../../include/tcl${V} /usr/lib/tcl${V}/include &amp;&amp;
    7272ln -sf libtcl${V}.so /usr/lib/libtcl.so &amp;&amp;
    7373ln -sf tclsh${V} /usr/bin/tclsh</command></userinput></screen>
    7474
    75 <note><para>If you build the package as one user, then switch to root to
     75<note><para>If you build the package as an ordinary user and then switch to root to
    7676install the package, ensure you set the environment variables
    7777<envar>V</envar> and <envar>VERSION</envar> before running the installation
  • general/prog/tk.xml

    r5391b98a re2aa32b3  
    6363install -m644 ../generic/*.h /usr/include/tk${V}/generic/ &amp;&amp;
    6464rm -f /usr/include/tk${V}/generic/{tk,tkDecls,tkPlatDecls}.h &amp;&amp;
    65 ln -nsf /usr/include/tk${V} /usr/lib/tk${V}/include &amp;&amp;
     65ln -nsf ../../include/tk${V} /usr/lib/tk${V}/include &amp;&amp;
    6666ln -sf libtk${V}.so /usr/lib/libtk.so &amp;&amp;
    6767ln -sf wish${V} /usr/bin/wish</command></userinput></screen>
    6868
    69 <note><para>If you build the package as one user, then switch to root to
     69<note><para>If you build the package as an ordinary user and then switch to root to
    7070install the package, ensure you set the environment variables
    7171<envar>V</envar> and <envar>VERSION</envar> before running the installation
Note: See TracChangeset for help on using the changeset viewer.