Skip to content

Instantly share code, notes, and snippets.

@asolkar
Created May 30, 2010 05:58
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 asolkar/418822 to your computer and use it in GitHub Desktop.
Save asolkar/418822 to your computer and use it in GitHub Desktop.
sudo aptitude install build-essential libxmmsclient-dev \
libx11-dev libxext-dev libxdamage-dev \
libxft-dev liblua5.1-dev libglib2.0-dev \
libcurl-dev libcurl4-dev
./configure --prefix=/opt/conky \
--enable-xmms2 --disable-mpd \
--enable-nvidia --enable-weather-metar \
--enable-curl
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment