Changeset 5aca57c0
- Timestamp:
- 03/05/2021 09:12:48 PM (4 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 32d76f00
- Parents:
- 136321c7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/graphlib/newt.xml
r136321c7 r5aca57c0 87 87 <xref role="runtime" linkend="gpm"/> (runtime) 88 88 </para> 89 89 <!-- Python 3 can be used, do not tell about python2 90 90 <bridgehead renderas="sect4">Optional</bridgehead> 91 91 <para role="optional"> 92 92 <xref linkend="python2"/> 93 93 </para> 94 94 --> 95 95 <para condition="html" role="usernotes">User Notes: 96 96 <ulink url="&blfs-wiki;/newt"/> … … 106 106 </para> 107 107 108 <screen><userinput>sed -e 's/^LIBNEWT =/#&/' \108 <screen><userinput>sed -e 's/^LIBNEWT =/#&/' \ 109 109 -e '/install -m 644 $(LIBNEWT)/ s/^/#/' \ 110 -e 's/$(LIBNEWT)/$(LIBNEWTSONAME)/g' \ 111 -i Makefile.in && 112 113 ./configure --prefix=/usr --with-gpm-support && 110 -e 's/$(LIBNEWT)/$(LIBNEWTSONAME)/g' \ 111 -i Makefile.in && 112 113 ./configure --prefix=/usr \ 114 --with-gpm-support \ 115 --with-python=python&python3-majorver; && 114 116 make</userinput></screen> 115 117 … … 130 132 131 133 <para> 134 <command>sed -e ... -i Makefile.in</command>: Disables installation of a 135 static library. 136 </para> 137 138 <para> 132 139 <parameter>--with-gpm-support</parameter>: This switch enables mouse support for newt 133 140 applications through GPM. … … 135 142 136 143 <para> 137 <command>sed -e ... -i Makefile.in</command>: Disables installation of a 138 static library. 144 <parameter>--with-python=python&python3-majorver;</parameter>: By giving 145 explicitly the name of the directory where python modules reside, this 146 switch prevents building the python2 module. 139 147 </para> 140 148 … … 152 160 <seg> whiptail </seg> 153 161 <seg> libnewt.so, whiptcl.so, and 154 /usr/lib/python {&python2-majorver;,&python3-majorver;}/site-packages/_snack.so </seg>162 /usr/lib/python&python3-majorver;/site-packages/_snack.so </seg> 155 163 <seg> None </seg> 156 164 </seglistitem>
Note:
See TracChangeset
for help on using the changeset viewer.