Skip to content

Instantly share code, notes, and snippets.

@xcodebuild
Last active August 29, 2015 14:17
Show Gist options
  • Save xcodebuild/3e59a23338e31125803b to your computer and use it in GitHub Desktop.
Save xcodebuild/3e59a23338e31125803b to your computer and use it in GitHub Desktop.
Install library to build emacs from source in ubuntu
sudo apt-get install build-essential libx11-dev libxpm-dev libjpeg-dev libpng-dev libgif-dev libtiff-dev libgtk2.0-dev libncurses-dev libgtk-3-dev libxaw3dxft6 librsvg2-dev imagemagick libgpm-dev libdbus-1-dev libgconf-2-4 libxml2-dev libgnutls28-dev libm17n-dev libotf-dev -y
./configure --without-makeinfo --with-x-toolkit=lucid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment