Added comment to Emacs.

This commit is contained in:
Elizabeth F 2016-03-11 23:28:16 -05:00
parent 081bdd0828
commit 90f2e40ff9

View File

@ -12,6 +12,8 @@ class Emacs(Package):
# GTK or other widget library
# libtiff, png, etc.
# For now, we assume the system provides all that stuff.
# For Ubuntu 14.04 LTS:
# sudo apt-get install libgtk-3-dev libxpm-dev libtiff5-dev libjpeg8-dev libgif-dev libpng12-dev
def install(self, spec, prefix):
configure('--prefix=%s' % prefix)