Skip to content

Instantly share code, notes, and snippets.

View LambertGreen's full-sized avatar

Lambert Green LambertGreen

View GitHub Profile
@LambertGreen
LambertGreen / redhat-compile-emacs.sh
Created September 30, 2019 05:25 — forked from harrifeng/redhat-compile-emacs.sh
Compile emacs on redhat and centos
yum -y groupinstall "Development Tools"
yum -y install gtk+-devel gtk2-devel
yum -y install libXpm-devel
yum -y install libpng-devel
yum -y install giflib-devel