Changeset 4c72ea0b
- Timestamp:
- 03/05/2021 02:17:14 PM (3 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 79758477
- Parents:
- 7df3dd1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
postlfs/editors/vim.xml
r7df3dd1 r4c72ea0b 104 104 <xref linkend="gpm"/>, 105 105 <xref linkend="lua"/>, 106 <!-- can use python3: don't advertise python2 106 107 <xref linkend="python2"/>, 107 <xref linkend="rsync"/> and 108 <xref linkend="ruby"/><!-- , and 109 <xref linkend="tcl"/> --> 108 --> <xref linkend="rsync"/>, and 109 <xref linkend="ruby"/> 110 110 </para> 111 111 … … 145 145 <note> 146 146 <para> 147 If you intend to run the tests and have not installed Xorg in /usr, append148 LDFLAGS='-L$XORG_PROFIX/lib' to the configure line below.147 If you intend to run the tests and have not installed Xorg in /usr, 148 append LDFLAGS='-L$XORG_PREFIX/lib' to the configure line below. 149 149 </para> 150 150 </note> … … 256 256 <option>--enable-luainterp</option>, 257 257 <option>--enable-perlinterp</option>, 258 <option>--enable-python interp</option>,259 <option>--enable-tclinterp </option>,258 <option>--enable-python3interp=dynamic</option>, 259 <option>--enable-tclinterp --with-tclsh=tclsh</option>, 260 260 <option>--enable-rubyinterp</option>: 261 These options include the Lua, Perl, Python, Tcl, or Ruby interpreters that 262 allow using other application code in <application>vim</application> 263 scripts. 261 These options include the Lua, Perl, Python3, Tcl, or Ruby interpreters 262 that allow using other application code in <application>vim</application> 263 scripts. All the <option>--enable-...</option> options can accept 264 <option>=dynamic</option> to dynamically load the interpreter when 265 needed. This is required for <application>Python 3</application> to 266 prevent segmentation faults. For <application>tcl</application>, 267 it is necessary to indicate the name of the <command>tclsh</command> 268 executable, since <command>configure</command> only searches versioned 269 names with old versions. 264 270 </para> 265 271
Note:
See TracChangeset
for help on using the changeset viewer.