I want to compile the current version of VIM:
+ clipboard + xterm_clipboard and Ruby Support But every time I compile it to clipboard and the xterm_clipboard option is not enabled. Is there any lib or should I add another option in the configuration step?
./configure = --enable-rubyinterp = dynamic \ --enable-cscope \ --enable-gui = auto \ --enable-gtk2-check \ - enabled - gnome-check \ --with-features = huge \ --with-x make & amp; Amp; Install Sudo
You can see that configure Manage $ grep X11 by checking the output of src / auto / config.h (or scroll through the output of the configure ) : #define HAVE_X11 If configured fails you will see: $ grep X11 src / auto / config.h / * #undef HAVE_X11 * / You will need to set up the appropriate code development library such as xlib and xtst for To work with> X . Ubuntu must be sufficient to install libx11-dev and libxtst-dev .
Comments
Post a Comment