Changes between Version 22 and Version 23 of MovedToGitHub/Building
- Timestamp:
- Nov 16, 2008, 1:33:39 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MovedToGitHub/Building
v22 v23 25 25 === Prerequisites === 26 26 27 Ubuntu users: The packages you need are: build-essential automake autoconf libtool pkg-config libcurl4-openssl-dev intltool libxml2-dev libgtk2.0-dev libnotify-dev 27 Ubuntu users: The packages you need are: build-essential automake autoconf libtool pkg-config libcurl4-openssl-dev intltool libxml2-dev libgtk2.0-dev libnotify-dev. After you install those you can skip this section. 28 28 29 29 If this is your first time compiling on Unix, you'll need a few basic tools: … … 74 74 75 75 == Switches == 76 The transmission ./configure (or ./autogen.sh) script allows you to switch on/off certain parts. To use these, you'll either use --enable-* or --disable-*. eg. To disable the GTK client: --disable-gtk.76 The transmission {{{./configure}}} (or {{{./autogen.sh}}}) script allows you to switch on/off certain parts. To use these, you'll either use {{{--enable-*}}} or {{{--disable-*}}}. eg. To disable the GTK client: {{{--disable-gtk}}}. 77 77 78 78 The switches that are available are: 79 * gtk = enables GTK+ client (default 79 * gtk = enables GTK+ client (default) 80 80 * libnotify = enables lib notify (default) 81 81 * cli = enables cli client (default)