There is an old saying that if you want to be good at work, you must first sharpen your tools;
Emacs is undoubtedly an artifact of programming. Through this series of short articles, let us record the skillful use and creation of this magic weapon.
sudo apt-get install libgtk2.0-dev
; Graphics library
sudo apt-get install libxpm-dev
sudo apt-get install libjpeg62-dev
sudo apt-get install libgif-dev
sudo apt-get install libtiff5-dev
sudo apt-get install libncurses5-dev
sudo apt-get install libcanberra*
Uninstall from source
. /configure
sudo make uninstall
My first blog: Emacs0x01 Ubuntu 18.04 install Emacs25.3
Recommended Posts