Commit 82713c4afa3e1a56f1df1e503993f659f9a4a395
1 parent
b356b9df
Notes to self on local Windows build
Showing
1 changed file
with
15 additions
and
0 deletions
README.maintainer
| ... | ... | @@ -157,3 +157,18 @@ If you want to run make maintainer-clean or make distclean and you |
| 157 | 157 | haven't run ./configure, you can pass CLEAN=1 to make on the command |
| 158 | 158 | line to prevent it from complaining about configure not having been |
| 159 | 159 | run. |
| 160 | + | |
| 161 | +Local Windows Testing Procedure | |
| 162 | +=============================== | |
| 163 | + | |
| 164 | +This is what I do for routine testing on Windows. | |
| 165 | + | |
| 166 | +From Linux, run ./autogen.sh and make autofiles.zip | |
| 167 | + | |
| 168 | +From Windows in git bash, git clone from my Linux clone, unzip | |
| 169 | +external-libs, and unzip autofiles.zip. | |
| 170 | + | |
| 171 | +Look at make_windows_releases. Set up path the same way and run | |
| 172 | +whichever ./config-* is appropriate for whichever compiler I need to | |
| 173 | +test with. Run from msys started from one of the visual studio command | |
| 174 | +line shells. The build doesn't work from git bash on my local system. | ... | ... |