Skip to content

Instantly share code, notes, and snippets.

@willnet
Last active December 11, 2015 11:08
Show Gist options
  • Save willnet/4591161 to your computer and use it in GitHub Desktop.
Save willnet/4591161 to your computer and use it in GitHub Desktop.
how to install emacs on centos
./configure --without-toolkit-scroll-bars --without-xaw3d --without-compress-info --without-sound --without-pop --without-xpm --without-tiff --without-rsvg --without-gconf --without-gsettings --without-selinux --without-gpm --without-makeinfo --with-x
make
sudo make install
@willnet
Copy link
Author

willnet commented Jan 22, 2013

オプションの意味よくわかってないけど、オプション付けずにインストールした時と比べて格段に反応速度が早くなってストレス減った

@willnet
Copy link
Author

willnet commented Jan 22, 2013

--without-ximはつけると日本語入力できなくなったので外した

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment