Build Emacs with X support

后端 未结 2 477
情歌与酒
情歌与酒 2021-02-08 00:34

I am trying to build Emacs 24.0.94 with X support on a 64-bit SUSE Linux (10.2 Enterprise release) box. I see that the X11 libraries are installed in /usr/lib/X11R6 and I am tel

2条回答
  •  渐次进展
    2021-02-08 01:19

    On SUSE Linux you will typically want to compile Emacs with support for GTK, so you should install GTK headers along with X headers (package gtk2-devel).

    In order to compile Emacs with all modern features you will want to install development packages for packages not found in your ./configure output: rsvg, dbus, gnutls, etc...

提交回复
热议问题