mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 08:09:32 +02:00
Increment version numbers for 2.0.6 release. Make wordings more consistent between the two files.
This commit is contained in:
parent
a6f148dae4
commit
43e2bca001
@ -1,17 +1,21 @@
|
|||||||
Compiling Audacity under Mac OS X using gcc
|
Building Audacity(R) for Apple Mac OS X (R) using gcc
|
||||||
|
Copyright (c) 2014 Audacity Team
|
||||||
|
|
||||||
Authors:
|
Authors:
|
||||||
Dominic Mazzoni
|
Dominic Mazzoni
|
||||||
|
Gale Andrews
|
||||||
|
Leland Lucius
|
||||||
|
Vaughan Johnson
|
||||||
|
Benjamin Drung
|
||||||
|
|
||||||
================================================================
|
========================================================================
|
||||||
This file was last updated October 13, 2013.
|
This document is for Audacity version 2.0.6.
|
||||||
Audacity 2.0.5 requires wxMac 2.8.12.
|
|
||||||
|
|
||||||
If the advice here is inaccurate or incomplete, please
|
If the advice here is inaccurate or incomplete,
|
||||||
email audacity-devel@lists.sourceforge.net.
|
email audacity-devel@lists.sourceforge.net.
|
||||||
================================================================
|
========================================================================
|
||||||
|
|
||||||
Note: Audacity is no longer supported at all for Mac OS 9.
|
Audacity is no longer supported at all for Mac OS 9.
|
||||||
|
|
||||||
This document assumes you are using Mac OS X 10.4 or newer with
|
This document assumes you are using Mac OS X 10.4 or newer with
|
||||||
Xcode 1.5 or newer. If you type "gcc --version" at your prompt,
|
Xcode 1.5 or newer. If you type "gcc --version" at your prompt,
|
||||||
@ -29,22 +33,21 @@ Audacity using the automated command-line build process first,
|
|||||||
and only then consider using an IDE.
|
and only then consider using an IDE.
|
||||||
|
|
||||||
---------------------------
|
---------------------------
|
||||||
STEP 1: Download wxWindows
|
STEP 1: Download wxWidgets
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
To simplify the implementation of a near-identical user
|
To simplify the implementation of a near-identical user
|
||||||
interface across platforms, Audacity uses classes and
|
interface across platforms, Audacity uses classes and
|
||||||
resources from wxWindows, a portable GUI framework for C++
|
resources from wxWidgets, a portable GUI framework for C++
|
||||||
(and Python). You must download and build wxWindows before
|
(and Python). You must download and build wxWidgets before
|
||||||
attempting to compile Audacity, or nothing will work!
|
attempting to compile Audacity, or nothing will work!
|
||||||
|
|
||||||
wxWindows is available from http://www.wxwindows.org.
|
wxWidgets is available at "http://www.wxwidgets.org/".
|
||||||
Similar to the Linux kernel, wxWindows is available as
|
|
||||||
stable and development branches.
|
|
||||||
|
|
||||||
The best way to compile Audacity is to download wxMac 2.8.12.
|
Audacity 2.0.6 requires wxMac 2.8.12.
|
||||||
|
|
||||||
For step 1, just download wxMac 2.8.12 from:
|
For step 1, just download wxMac 2.8.12 from:
|
||||||
http://www.wxwindows.org/downloads/
|
http://www.wxWidgets.org/downloads/
|
||||||
|
|
||||||
Uncompress wxMac from the command line by typing:
|
Uncompress wxMac from the command line by typing:
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Compiling Audacity(R) for Microsoft Windows(TM)
|
Building Audacity(R) for Microsoft Windows(R)
|
||||||
copyright (c) 1999-2014 Audacity Team
|
Copyright (c) 1999-2014 Audacity Team
|
||||||
|
|
||||||
Authors:
|
Authors:
|
||||||
Asger Ottar Alstrup
|
Asger Ottar Alstrup
|
||||||
@ -14,9 +14,10 @@ Authors:
|
|||||||
Martyn Shaw
|
Martyn Shaw
|
||||||
|
|
||||||
========================================================================
|
========================================================================
|
||||||
This version is currently accurate for Audacity version 2.0.5.
|
This document is for Audacity version 2.0.6.
|
||||||
If you find the advice here inaccurate or incomplete, please
|
|
||||||
e-mail feedback@audacityteam.org .
|
If the advice here is inaccurate or incomplete,
|
||||||
|
email audacity-devel@lists.sourceforge.net.
|
||||||
========================================================================
|
========================================================================
|
||||||
|
|
||||||
Audacity releases are currently built with Microsoft Visual C++ 9
|
Audacity releases are currently built with Microsoft Visual C++ 9
|
||||||
@ -42,10 +43,6 @@ resources from wxWidgets, a portable GUI framework for C++
|
|||||||
(and Python). You must download and build wxWidgets before
|
(and Python). You must download and build wxWidgets before
|
||||||
attempting to compile Audacity, or nothing will work!
|
attempting to compile Audacity, or nothing will work!
|
||||||
|
|
||||||
wxWidgets is available at "http://www.wxwidgets.org/".
|
|
||||||
|
|
||||||
Audacity 2.0.5 requires wxWidgets 2.8.12.
|
|
||||||
|
|
||||||
To build on Windows only, download the wxMSW package
|
To build on Windows only, download the wxMSW package
|
||||||
(installer or zip).
|
(installer or zip).
|
||||||
|
|
||||||
@ -54,8 +51,11 @@ To build on Windows only, download the wxMSW package
|
|||||||
MSVC++ STEP 2: Build wxWidgets
|
MSVC++ STEP 2: Build wxWidgets
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
When you have downloaded and installed wxWidgets, the next step
|
wxWidgets is available at "http://www.wxwidgets.org/".
|
||||||
is to build it.
|
|
||||||
|
Audacity 2.0.6 requires wxWidgets 2.8.12.
|
||||||
|
|
||||||
|
Download and install wxWidgets, then follow these steps to build it.
|
||||||
|
|
||||||
1. Open "C:\wxWidgets-2.8.12\build\msw\wx_dll.dsw" with
|
1. Open "C:\wxWidgets-2.8.12\build\msw\wx_dll.dsw" with
|
||||||
Visual Studio 2008 (for VC9).
|
Visual Studio 2008 (for VC9).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user