Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save stevendanna/1381931 to your computer and use it in GitHub Desktop.
Save stevendanna/1381931 to your computer and use it in GitHub Desktop.
# Install Dependencies
sudo yum-builddep emacs
sudo yum install
# Get source
cd ~/src
git clone git://git.savannah.gnu.org/emacs.git
cd emacs
# Install
./autogen.sh
./configure
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment