Page 1 of 1
Compile 2.2.2 on Ubuntu 17.10
Posted: Mon Jan 15, 2018 1:15 pm
by Gert
In order to compile 2.2.2 on a rather clean Ubuntu 17.10 I had to install the packages below in addition to the required stuff as described in the documentation on wiki.
There were no complaints during ./configure
libgtk2.0-dev
libexpat1-dev
zlib1g-dev
Compiling 2.2.2 on Ubuntu 17.10
Posted: Mon Jan 15, 2018 1:27 pm
by Gert
In order to run ./configure without complaints, I had to install the next packages in addition to the ones named in the documentation.
g++
autopoint
libtool
cmake
Re: Compile 2.2.2 on Ubuntu 17.10
Posted: Mon Jan 15, 2018 7:31 pm
by steve
As indicated in the alert (red) paragraph at the top of the wiki page, that page is out of date.
The instructions included in the source code are kept up to date, but are aimed primarily at developers (who are expected to be able to sort out dependency issues):
https://github.com/audacity/audacity/bl ... er/INSTALL
For the benefit of less experienced users, I periodically post step by step instructions here on the forum. The most recent such instructions are here:
viewtopic.php?f=19&t=96525 (obviously I am not able to give detailed instructions for every version of Linux, so I generally focus on a recent release of Debian or Ubuntu).
If you would like to post step by step instructions for Audacity 2.2.2 on Ubuntu 17.10, I'm sure that will be useful for others.
Note that most of your missing dependencies would have been available if you had installed the "build-essential" package.