Zdrojový kód
Odporúčané stiahnutie
Audacity 2.0.3 source tarball (.tar.xz file, 4,9 MB) standard source tarball, primarily for GNU/Linux. Assumes your system has necessary dependencies/libraries installed (see below).
Dobrovoľné stiahnutie
SVN Development Code Check out the latest Audacity SVN development code. You can also check out a specific tagged release from SVN, suitable for a Windows, Mac or other system that lacks necessary dependencies to compile the standard source tarball.
If you have trouble with your download, or need an older version of Audacity, try:
- SourceForge: View older versions by clicking to enter the required folder under "Name".
- Google Code: Click on the headings to sort the list.
Systémové požiadavky
Ako zostaviť Audacity
Závislosti
The wxWidgets library is required. Audacity 2.0.3 requires wxGTK 2.8.12. The libsndfile library is also required and is included in Audacity obtained from SVN. Installation of other libraries is optional.
CMake is required to build libsoxr which is now the Audacity default resampling library.
Ak budete inštalovať knižnice pomocou systému pre správu balíkov, ako Apt alebo RPM, musíte nainštalovať "dev " (rozvojové) balíčky pre každú knižnicu.
Komplikácia
Ak chcete zkompilovat Audacity, spustite nasledovný príkaz v adresári Audacity zdroj:
./configure && make
Môžete zadať . /Nápoveda pri konfigurácii a zobrazí sa zoznam možností zostavenia. Po zostavení Audacity, spustite spustiť inštaláciu a nainštaluje ho do hlavného adresára.
Ďaľšia pomoc
- On Windows, see the file "compile.txt" inside the "Win" folder in the source code. For OS X, see "compile.txt" inside the "Mac" folder in the code.
- See our guides to compiling Audacity for Windows, Mac and GNU/Linux on the Wiki.
- If you are still having difficulties, we want to help! Please ask on the Compiling Audacity board on our Forum.

