Skip to content

Instantly share code, notes, and snippets.

View bertinatto's full-sized avatar

Fabio Bertinatto bertinatto

View GitHub Profile
@bertinatto
bertinatto / redhat-compile-emacs.sh
Last active August 12, 2020 20: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