comparison README.txt @ 354:0e818307e90b

Update README for the changes in MiNGW cross-build Makefiles.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 24 Jan 2020 04:55:09 +0200
parents d056f284184b
children 339680ca9a29
comparison
equal deleted inserted replaced
353:bf954444cce7 354:0e818307e90b
35 ============ 35 ============
36 0) If building from Mercurial repo, you need th-libs: 36 0) If building from Mercurial repo, you need th-libs:
37 37
38 $ hg clone https://tnsp.org/hg/th-libs 38 $ hg clone https://tnsp.org/hg/th-libs
39 39
40 1) Possibly edit Makefile / Makefile.w32 40 1) Possibly edit Makefile / Makefile.cross-mingw
41 41
42 2) $ make 42 2) $ make
43 43
44 or, if cross-compiling to Win32 via MinGW 44 or, if cross-compiling to Win 32/64 via MinGW
45 45
46 $ make -f Makefile.w32 46 $ make -f Makefile.cross-mingw MINGW=32
47 47
48 3) ??? 48 3) ???
49 49
50 4) If it works -> Happy fun times \:D\ 50 4) If it works -> Happy fun times \:D\
51 51