Skip to content

Instantly share code, notes, and snippets.

@HarlemSquirrel
Last active May 15, 2018 02:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HarlemSquirrel/a443859325dfb73cf431d119e4487b3f to your computer and use it in GitHub Desktop.
Save HarlemSquirrel/a443859325dfb73cf431d119e4487b3f to your computer and use it in GitHub Desktop.
Build Nitrogen on Ubuntu 16.04
# Building Nitrogen on Ubuntu 16.04
# https://github.com/l3ib/nitrogen
# Install dependencies
sudo apt-get install autoconf autopoint libgtk2.0-dev libgtkmm-2.4-dev libglib2.0-dev
# Download
cd ~/Downloads
wget https://github.com/l3ib/nitrogen/releases/download/1.6.1/nitrogen-1.6.1.tar.gz
# Extract
tar -xvzf nitrogen-1.6.1.tar.gz
# Build
cd ~/Downloads/nitrogen-1.6.1
./configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment