This file contains 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
#!/bin/sh | |
# Pre-requisites: | |
# | |
# wget http://ftp.gnu.org/pub/gnu/emacs/emacs-24.2.tar.gz | |
# sudo apt-get install build-essential xorg-dev libgtk-2.0-dev libjpeg-dev libpng12-dev libgif-dev libtiff4-dev libncurses5-dev | |
# | |
REQUIRED_PACKAGES="build-essential xorg-dev libgtk-2.0-dev libjpeg-dev libpng12-dev libgif-dev libtiff4-dev libncurses5-dev" |