How I installed the HP Color LaserJet CP4525 printer on my Ubuntu Gnome Linux machine at Aarhus University.
First, make sure you have samba installed
sudo apt-get install samba
git clone --depth=1 https://github.com/emacs-mirror/emacs.git | |
cd emacs/ | |
sudo apt install -y autoconf make gcc texinfo libgtk-3-dev libxpm-dev \ | |
libjpeg-dev libgif-dev libtiff5-dev libgnutls28-dev libncurses5-dev \ | |
libjansson-dev libharfbuzz-dev libharfbuzz-bin | |
./autogen.sh | |
./configure --with-json --with-modules --with-harfbuzz --with-compress-install \ | |
--with-threads --with-included-regex --with-zlib --without-sound \ | |
--without-xpm --without-jpeg --without-tiff --without-gif --without-png \ | |
--without-rsvg --without-imagemagick --without-toolkit-scroll-bars \ |