1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-01 16:19:43 +02:00

55 Commits

Author SHA1 Message Date
Paul-Licameli
af62506175 Update pointer to our wxWidgets custom branch in build texts 2018-06-19 22:50:34 -04:00
James Crook
e9146d6922 Update Windows build instructions for wxWidgets 3.1.1.
Also fix a typo ASIOSDK2 -> ASIOSDK (Thanks Mike Bailey)
Also removed obsolete Cygwin instructions.
2018-03-29 20:02:10 +01:00
Steve Daulton
d996e889a9 Using audacity-fixes WxWidgets
Current recommendation is to use the pre-patched audacity-fixes repository.  Step 2 description updated as it concerns downloading only.
2017-08-16 09:42:06 +01:00
windinthew
930e834aef Mark Young PR 192 (modified)
Change 2.1.2 to 2.1.3/2.2.0-alpha in win/compile.txt
 Git-ignore VisualStudio 2017 files.
2017-03-30 02:03:46 +01:00
windinthew
292a74f5c6 Update Team list and year 2017-01-17 03:25:15 +00:00
Gale Andrews
5a8801fcd6 Mark Young's change to download Audacity as step 2
And update copyright date
2016-08-15 23:10:50 +01:00
Gale Andrews
6a4c74f592 Fix incorrect Wiki link 2016-08-08 14:48:53 +01:00
Gale Andrews
1d137db502 Add fix_rename.diff to list of wxWidgets patches, correct wxWidgets configuration names. 2015-12-23 00:08:17 +00:00
James Crook
ecdb1d81c9 Updates to compile.txt from Gale. 2015-11-09 11:44:29 +00:00
James Crook
ae8aa4b4e4 Link to version of gettext for Windows 7 and later. 2015-11-07 19:50:07 +00:00
James Crook
3fbfcb773a msgfmt.zip no longer at that link. 2015-11-07 15:08:12 +00:00
James Crook
8e41c8c726 Updated Step 2.2. of Compile.txt
The 'easy' way to patch wxWidgets 3.0.2 is to copy the modified files over the 3.0.2 installation.  Updated text explains what is changed from default wxWidgets.
2015-11-07 13:13:11 +00:00
James Crook
f4be21282e First step updating compile.txt for 2.1.2. 2015-11-07 11:37:37 +00:00
James Crook
a8af55d805 Added two more wxWidgets DLLs. 2015-07-19 11:13:39 +01:00
James Crook
fd958cfea3 Updated for 2.1.2 2015-07-16 20:11:59 +01:00
Leland Lucius
a03d65ef4d Cleanup lib-src
Removing:

id3lib
libresample
libsamplerate
taglib
2015-04-16 14:41:41 -05:00
v.audacity@gmail.com
373d037287 Remove "-alpha" per release agenda step 6.2. 2015-02-13 02:36:01 +00:00
windinthew@gmail.com
42d1c05e5b 2014 copyright > 2015. 2015-01-02 12:30:35 +00:00
v.audacity
38f346cfab Lots of changes, big and small:
* Removed duplicate paragraph about instructions for Cygwin. 

* Restored Leland's added hyphens for headings. :-)

* Reduced STEP 1 to be less redundant, and to only link to wxWidgets.org, rather than the places they are currently storing downloads, which also reduces their version numbers that we need to maintain. 

* Step 2.2: Changed remaining ref to 3.0.2 back to 2.8.12.

* Step 2.3: 

   ** reordered the first two paragraphs, so you get the warning about pht.h before getting instructions that say "Build" (and changed them to be about build configuration, not actually doing the build). 

   ** Added information about "audacity-src\win\wxWidgets_additions\window.cpp" to avoid editing the file. 

   ** Restored the paragraph about the 5 core wxWidgets libs we use. Saves build time, and without that paragraph the subsequent "Because of dependencies..." makes no sense -- the dependencies are specified by those 5. 

* Step 4: 

   ** Restored the steps 4.1 - 4.8. Good to have, for those who don't already know how to do it this way. 

   ** Restored the instruction about how to alternatively set WXWIN via cmd.exe, and made it explicit that's what it referred to. For lot of devs, that's easier. 

* Step 5.3: Removed refs to LAME and FFmpeg, per discussion on -devel. 

* typos and rewordings
2014-11-21 01:05:20 +00:00
lllucius
393109afa3 Removed all of my edits and reincorporated Vaughan's.
Should now look like you expect it to.
2014-11-18 08:12:06 +00:00
lllucius
64e836fd8e Revert some of my changes to compile.txt 2014-11-14 15:44:12 +00:00
v.audacity
3927d4d3df another couple of minor changes, separating references 2014-11-05 08:39:36 +00:00
v.audacity
377c2168c1 Some wording simplifications.
Removed discussion of DirectSound, as there's no longer anything to do to enable it.
2014-11-05 07:42:08 +00:00
lllucius
0358e3eb09 Provide a much easier way of building wxWidgets
I've added another project to the Audacity solution called
wxWidgets-2.8.12.  And updated the compile.txt file with
instructions on how to build everything.

It automatically copies our setup.h and the fixed window.h
to the proper locations in the wx build tree.

It uses NMAKE to build wxWidgets using the makefile in the
wx tree.  (No, I did not try to duplicate the wx project
files. ;-))

Give it a try.  I think you'll be surprised how easy it will
be for new users.
2014-11-04 00:07:25 +00:00
v.audacity
4b1679cf87 incremental updates for building trunk on MSVS 2013 C++ 2014-11-03 02:44:49 +00:00
martynshaw99
ea87902940 Our previous VS and VS 13 may not do the same. 2014-10-12 00:31:36 +00:00
v.audacity
cdbc22ddbf Change numbering to incremental per section, for easier referral.
Some slight rewordings.
2014-09-29 23:35:18 +00:00
v.audacity
43e2bca001 Increment version numbers for 2.0.6 release. Make wordings more consistent between the two files. 2014-09-04 02:51:17 +00:00
v.audacity
d8967ec95a Remove more of the old distinctions about Unicode versions as we're all Unicode now. 2014-06-28 02:31:54 +00:00
v.audacity
4b2032be0b updates, clarifications, and simplifications per my setting up a new machine 2014-06-28 01:20:18 +00:00
v.audacity
b27d6864af Update and simplify per regarding environment variable discussion per Gale's suggestions. 2014-02-01 06:07:54 +00:00
lllucius
0c0b290581 Removes ANSI Debug and Release targets
And renames Unicode Debug and Unicode Release targets to Debug and Release

Removes old allegro project (replaced with portsmf ages ago)
2013-10-31 04:08:33 +00:00
v.audacity
f642e6562e Move Lynn's name. Apparently he didn't notice the list is alphabetical by last name. 2013-10-27 01:14:42 +00:00
benjamin.drung@gmail.com
5f0623b7f5 Rename configure.in to configure.ac
Refer to https://lists.gnu.org/archive/html/automake/2013-05/msg00049.html for details.
2013-10-24 00:43:41 +00:00
v.audacity
6ec4568175 2.0.4 is released. Onward with 2.0.5! 2013-09-07 19:06:49 +00:00
v.audacity
cb08fdf4bd increments per http://wiki.audacityteam.org/wiki/Release_Process#Process step 11.2 2013-01-22 09:01:44 +00:00
v.audacity
aa48655c3a Increment to 2.0.3. 2012-08-24 20:58:41 +00:00
v.audacity
9288cca4cf Version 2.0.1 is released. Increment to 2.0.2. 2012-06-30 20:42:32 +00:00
v.audacity
29eb2a9710 update to 2.0.1, per step 13 at http://wiki.audacityteam.org/wiki/Release_Process#Process 2012-03-14 18:50:20 +00:00
v.audacity
461f6d1197 Found a few places we hadn't incremented the version number. Documented this in Release Process. I don't think these warrant new rc tarballs, but should be included if there are other reasons to do new new rc tarballs. 2012-02-22 01:31:41 +00:00
v.audacity
c83144f728 Remove access.cpp, now unnecessary. Turns out that wxWidgets 2.8.12 removed the line that was commented out.
Update setup.h to be minimally different from the standard version, while maintaining functional differences.

Update compile.txt accordingly.
2011-11-28 01:08:37 +00:00
v.audacity
96f8d0a42d Removed a confusing and unnecessary paragraph. It originally was about why we wanted to build static libraries for wxWidgets, got expanded in that direction. But we now build DLL's not, LIBs, so it's misleading. Plus, let's keep it simple and focused -- to build Audacity, nobody needs to read about all the wxWidgets options, only the instructions in compile.txt. Anybody sophisticated enough to understand the different build options is sophisticated enough to find the wxWidgets documentation themselves. 2011-11-27 23:55:28 +00:00
v.audacity
483cf70bab Update for Audacity version 1.3.14 and wxWidgets version 2.8.12. 2011-11-27 07:57:40 +00:00
v.audacity
9869ea4afd Putting msgfmt in C:\Windows\System32 doesn't work on my 64-bit machine, but C:\Windows does. 2011-06-28 23:39:57 +00:00
v.audacity
4f6c56450a Update replacement files for wxWidgets 2.8.11, so new options are supported. Eliminate changes that have no effect, to make it easier to update in future. Reduce verbiage. Add installation options. 2010-12-20 04:25:39 +00:00
v.audacity
275e7f1de1 Improve granularity of MSVC++ STEP sections. 2010-12-16 02:26:25 +00:00
v.audacity
d780839d8c Capitalize section title. 2010-12-16 01:47:55 +00:00
v.audacity
2b617f5f5f spelling error 2010-10-14 01:06:08 +00:00
windinthew
a106ae232f * Correct "Compling Audacity" typo passed through from e-mail to "Compiling Audacity", plus move down "Developing in Windows" link to help people check for common compilation errors
* Errors and inaccuracies are better directed to feedback@ so there is no disincentive effect of having to register on the Forum to report obvious errors
2010-09-10 12:09:15 +00:00
v.audacity
f9be883b82 Made requests for bug reports consistently go to feedback@audacityteam.org and compile issues go to "Compling Audacity" board on the Forum rather than going to -devel. Removed some related code cruft. 2010-09-10 03:19:24 +00:00