Skip to content

Instantly share code, notes, and snippets.

@beshkenadze
Created October 6, 2016 08:40
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 beshkenadze/15558b021a8509db8cadfa41bcda0aa7 to your computer and use it in GitHub Desktop.
Save beshkenadze/15558b021a8509db8cadfa41bcda0aa7 to your computer and use it in GitHub Desktop.
#!/bin/sh
wget -c https://github.com/transmission/transmission/archive/2.92.tar.gz && \
tar xvfJ transmission-2.92.tar.xz && \
cd transmission-2.92 && \
./configure --prefix="/usr/src/build/transmission" --without-gtk --disable-libnotify --disable-mac --disable-wx --disable-beos --enable-utp --disable-nls --enable-inotify --enable-lightweight --enable-daemon --with-zlib="/usr/src/build" PKG_CONFIG="/usr/bin/pkg-config" PKG_CONFIG_PATH="/usr/src/build/lib/pkgconfig" CPPFLAGS=-DTR_EMBEDDED && \
make && \
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment