Audacity

From Alessandro's Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Installazione

Dipendenze (per compilare)

Red Hat

yum install --enablerepo atrpms wxGTK-devel libsndfile-devel expat-devel libmad-devel libvorbis-devel libid3tag-devel twolame-devel
  • per un errore nella compilazione, ometto l'estenzione flac disinstallando i sorgenti.
yum remove audacity flac-devel

Debian

root@audio01:~/audacity-src-1.3.6# apt-get install cdbs gettext libasound2-dev libjack-dev libmad0-dev libvorbis-dev libogg-dev libflac-dev libflac++-dev libid3tag0-dev zlib1g-dev libwxbase2.6-dev libwxgtk2.6-dev wx2.6-headers libtwolame0 libtwolame-dev libgtk-dev libwxgtk-dev twolame libasound2-dev libjack0.100.0-dev portaudio19-dev libgtk2.0-dev libsndfile-dev libsamplerate0-dev libwxbase2.8-dev

Compilazione (versione 1.3.6)

wget http://dfn.dl.sourceforge.net/sourceforge/audacity/audacity-src-1.3.6.tar.bz2
tar jxvf audacity-src-1.3.6.tar.bz2
cd audacity-src-1.3.6
./configure --prefix=/usr --with-libmad --with-libvorbis --with-libflac --with-libid3tag --with-ffmpeg
make
make install
audacity