Changeset 73ac81b


Ignore:
Timestamp:
10/19/2023 07:16:14 PM (11 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, 12.2, gimp3, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128
Children:
a768ca4
Parents:
a1492906
Message:

Add a fix for noe-js if Python-3.12 is installed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/nodejs.xml

    ra1492906 r73ac81b  
    107107  <sect2 role="installation">
    108108    <title>Installation of Node.js</title>
     109
     110    <para>
     111      If Python-3.12 is installed, fix the <command>configure</command> script:
     112    </para>
     113
     114<screen><userinput>sed -e '/python3.11/i command -v python3.12 >/dev/null &amp;&amp; exec python3.12 "$0" "$@"' \
     115    -e '/3, 11/s/\(.3, 11.\)/(3, 12), \1/' \
     116    -i configure</userinput></screen>
    109117
    110118    <para>
Note: See TracChangeset for help on using the changeset viewer.