Skip to content

Instantly share code, notes, and snippets.

@michaelficarra
Created September 9, 2011 05:38
Show Gist options
  • Select an option

  • Save michaelficarra/1205551 to your computer and use it in GitHub Desktop.

Select an option

Save michaelficarra/1205551 to your computer and use it in GitHub Desktop.
build and install transmission-daemon from source
LIBEVENT_CFLAGS="-I/usr/local/include" LIBEVENT_LIBS="-L/usr/local/lib -levent" ./configure && make && sudo make install && sudo service transmission-daemon restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment