Updated Building Transmission (markdown)

Eric Petit 2017-03-12 06:26:23 +01:00
parent beebbe3393
commit 61d67d709a
1 changed files with 1 additions and 1 deletions

@ -37,7 +37,7 @@ If building from source is too daunting for you, check out the [nightly builds](
On Ubuntu, you can install the required development tools with this command:
```console
$ sudo apt-get install build-essential automake autoconf libtool pkg-config intltool libcurl4-openssl-dev libglib2.0-dev libevent-dev libminiupnpc-dev libminiupnpc5 libappindicator-dev
$ sudo apt-get install build-essential automake autoconf libtool pkg-config intltool libcurl4-openssl-dev libglib2.0-dev libevent-dev libminiupnpc-dev libgtk-3-dev libappindicator3-dev
```
_After you install those you can skip [to this section](#building-from-a-tarball)._