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.47
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::Autoconf, Alien::Build::Plugin, Alien::Build,
39 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
105 This software is copyright (c) 2011-2020 by Graham Ollis.
106
107 This is free software; you can redistribute it and/or modify it under
108 the same terms as the Perl 5 programming language system itself.
109
110
111
112perl v5.34.0 2022-03-0A7lien::Build::Plugin::Build::MSYS(3)