-
-
Save tnoda/976337f38b514eb51d16 to your computer and use it in GitHub Desktop.
Installed Emacs 24.5 on Ubuntu 14.04 trusty
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./configure --with-x --with-x-toolkit=no --prefix=/opt/emacs | |
Configured for `x86_64-unknown-linux-gnu'. | |
Where should the build process find the source code? . | |
What compiler should emacs be built with? gcc -std=gnu99 -g3 -O2 | |
Should Emacs use the GNU version of malloc? yes | |
(Using Doug Lea's new malloc from the GNU C Library.) | |
Should Emacs use a relocating allocator for buffers? no | |
Should Emacs use mmap(2) for buffer allocation? no | |
What window system should Emacs use? x11 | |
What toolkit should Emacs use? none | |
Where do we find X Windows header files? Standard dirs | |
Where do we find X Windows libraries? Standard dirs | |
Does Emacs use -lXaw3d? no | |
Does Emacs use -lXpm? yes | |
Does Emacs use -ljpeg? yes | |
Does Emacs use -ltiff? yes | |
Does Emacs use a gif library? yes -lgif | |
Does Emacs use a png library? yes -lpng12 -lz -lm | |
Does Emacs use -lrsvg-2? yes | |
Does Emacs use imagemagick? yes | |
Does Emacs support sound? yes | |
Does Emacs use -lgpm? yes | |
Does Emacs use -ldbus? yes | |
Does Emacs use -lgconf? yes | |
Does Emacs use GSettings? yes | |
Does Emacs use a file notification library? yes -lgio (gfile) | |
Does Emacs use access control lists? no | |
Does Emacs use -lselinux? yes | |
Does Emacs use -lgnutls? yes | |
Does Emacs use -lxml2? yes | |
Does Emacs use -lfreetype? yes | |
Does Emacs use -lm17n-flt? yes | |
Does Emacs use -lotf? yes | |
Does Emacs use -lxft? yes | |
Does Emacs directly use zlib? yes | |
Does Emacs use toolkit scroll bars? no | |
$ nice -20 make -j 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment