Audacity: Ελεύθερος Επεξεργαστής Ήχου και Πρόγραμμα Ηχογράφησης

Advertisements Policy

Πηγαίος Κώδικας

Προτεινόμενο Κατέβασμα Αρχείων

Προαιρετικά Αρχεία για Κατέβασμα

Απαιτήσεις Συστήματος

How to Compile Audacity

Εξαρτήσεις

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.

If you install libraries using a package management system like Apt or RPM, you need to install the "dev" (development) packages for each library.

Σύνταξη

To compile Audacity, run the following command in the Audacity source directory:

./configure && make

You can type ./configure --help to see a list of compilation options. After Audacity is compiled, run make install as root to install it.

Further Help