Changeset 1eb874ce
- Timestamp:
- 12/13/2015 07:26:59 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 600a3b14
- Parents:
- 0dcc2bd2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
postlfs/editors/vim.xml
r0dcc2bd2 r1eb874ce 113 113 sed -i 's/luaL_optlong/(long)luaL_optinteger/' src/if_lua.c && 114 114 115 ./configure --prefix=/usr --with-features=huge && 115 ./configure --prefix=/usr \ 116 --with-features=huge \ 117 --with-tlib=ncursesw && 116 118 make</userinput></screen> 117 119 … … 167 169 the additional features available in <application>Vim</application>, 168 170 including support for multibyte characters.</para> 171 172 <para> 173 <parameter>--with-tlib=ncursesw</parameter>: This switch forces Vim to 174 link against the <filename class="libraryfile">libncursesw</filename> 175 library. 176 </para> 169 177 170 178 <para><option>--enable-gui=no</option>: This will prevent compilation of the
Note:
See TracChangeset
for help on using the changeset viewer.