1Alien::Build::Plugin::BUusielrd:C:oMnStYrSi(b3u)ted PerlAlDioecnu:m:eBnutialtdi:o:nPlugin::Build::MSYS(3)
2
3
4
6 Alien::Build::Plugin::Build::MSYS - MSYS plugin for Alien::Build
7
9 version 2.80
10
12 use alienfile;
13 plugin 'Build::MSYS';
14
16 This plugin sets up the MSYS environment for your build on Windows. It
17 does not do anything on non-windows platforms. MSYS provides the
18 essential tools for building software that is normally expected in a
19 UNIX or POSIX environment. This like "sh", "awk" and "make". To
20 provide MSYS, this plugin uses Alien::MSYS.
21
23 msys_version
24 The version of Alien::MSYS required if it is deemed necessary. If
25 Alien::MSYS isn't needed (if running under Unix, or MSYS2, for example)
26 this will do nothing.
27
29 make
30 %{make}
31
32 On windows the default "%{make}" helper is replace with the make that
33 comes with Alien::MSYS. This is almost certainly what you want, as
34 most unix style make projects will not build with "nmake" or "dmake"
35 typically used by Perl on Windows.
36
38 Alien::Build::Plugin::Build::Autoconf, Alien::Build::Plugin,
39 Alien::Build, Alien::Base, Alien
40
41 <http://www.mingw.org/wiki/MSYS>
42
44 Author: Graham Ollis <plicease@cpan.org>
45
46 Contributors:
47
48 Diab Jerius (DJERIUS)
49
50 Roy Storey (KIWIROY)
51
52 Ilya Pavlov
53
54 David Mertens (run4flat)
55
56 Mark Nunberg (mordy, mnunberg)
57
58 Christian Walde (Mithaldu)
59
60 Brian Wightman (MidLifeXis)
61
62 Zaki Mughal (zmughal)
63
64 mohawk (mohawk2, ETJ)
65
66 Vikas N Kumar (vikasnkumar)
67
68 Flavio Poletti (polettix)
69
70 Salvador Fandiño (salva)
71
72 Gianni Ceccarelli (dakkar)
73
74 Pavel Shaydo (zwon, trinitum)
75
76 Kang-min Liu (劉康民, gugod)
77
78 Nicholas Shipp (nshp)
79
80 Juan Julián Merelo Guervós (JJ)
81
82 Joel Berger (JBERGER)
83
84 Petr Písař (ppisar)
85
86 Lance Wicks (LANCEW)
87
88 Ahmad Fatoum (a3f, ATHREEF)
89
90 José Joaquín Atria (JJATRIA)
91
92 Duke Leto (LETO)
93
94 Shoichi Kaji (SKAJI)
95
96 Shawn Laffan (SLAFFAN)
97
98 Paul Evans (leonerd, PEVANS)
99
100 Håkon Hægland (hakonhagland, HAKONH)
101
102 nick nauwelaerts (INPHOBIA)
103
104 Florian Weimer
105
107 This software is copyright (c) 2011-2022 by Graham Ollis.
108
109 This is free software; you can redistribute it and/or modify it under
110 the same terms as the Perl 5 programming language system itself.
111
112
113
114perl v5.38.0 2023-07-2A0lien::Build::Plugin::Build::MSYS(3)