diff options
Diffstat (limited to 'README.maintainer')
-rw-r--r-- | README.maintainer | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/README.maintainer b/README.maintainer index 42429f6..d367388 100644 --- a/README.maintainer +++ b/README.maintainer @@ -70,7 +70,7 @@ Release Reminders done or retargeted. * Each year, update copyright notices. Just do a case-insensitive - search for copyright. Last updated: 2014. + search for copyright. Last updated: 2015. * To construct a source distribution from a pristine checkout, make_dist does the following: @@ -157,3 +157,18 @@ If you want to run make maintainer-clean or make distclean and you haven't run ./configure, you can pass CLEAN=1 to make on the command line to prevent it from complaining about configure not having been run. + +Local Windows Testing Procedure +=============================== + +This is what I do for routine testing on Windows. + +From Linux, run ./autogen.sh and make autofiles.zip + +From Windows in git bash, git clone from my Linux clone, unzip +external-libs, and unzip autofiles.zip. + +Look at make_windows_releases. Set up path the same way and run +whichever ./config-* is appropriate for whichever compiler I need to +test with. Run from msys started from one of the visual studio command +line shells. The build doesn't work from git bash on my local system. |