Last active
December 11, 2015 11:08
-
-
Save willnet/4591161 to your computer and use it in GitHub Desktop.
how to install emacs on centos
This file contains hidden or 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 --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 |
--without-xim
はつけると日本語入力できなくなったので外した
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
オプションの意味よくわかってないけど、オプション付けずにインストールした時と比べて格段に反応速度が早くなってストレス減った