Advertisement
Guest User

Untitled

a guest
Sep 17th, 2013
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. yum -y groupinstall "Development Tools"
  2.  
  3. wget ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.68.tar.bz2
  4.  
  5. tar xjf autoconf-2.68.tar.bz2
  6.  
  7. cd autoconf-2.68 && ./configure && make && make install && cd .. && rm -rf autoconf-2.68*
  8.  
  9. yum -y install texinfo libXpm-devel giflib-devel libtiff-devel libotf-devel
  10.  
  11. wget http://ftpmirror.gnu.org/emacs/emacs-24.3.tar.gz
  12.  
  13. tar -xzf emacs-24.3.tar.gz
  14.  
  15. cd emacs-24.3
  16.  
  17. ./configure --without-x && make && make install && cd .. && rm -rf emacs-24.3*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement