Skip to content

Instantly share code, notes, and snippets.

@wcasanova
Forked from danielrmeyer/configure.sh
Created July 10, 2019 20:39
Show Gist options
  • Select an option

  • Save wcasanova/63f41c58ec8b91ce270c1f4b1da66951 to your computer and use it in GitHub Desktop.

Select an option

Save wcasanova/63f41c58ec8b91ce270c1f4b1da66951 to your computer and use it in GitHub Desktop.
build emacs in your home dir on minimal server without X and stuff
make
./configure --prefix=/home/<yourhome>/ --with-x-toolkit=no --with-xpm=no --with-jpeg=no --with-png=no --with-gif=no --with-tiff=no
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment