-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
52 lines (37 loc) · 1.51 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
M E S O N
'MESON' is an open source build system meant to be both
extremely fast, and, even more importantly, as user
friendly as possible.
Website https://mesonbuild.com
Repository https://github.com/XNerv/meson
Observation The repository above is a fork from original
repository https://github.com/mesonbuild/meson.
Attention This is a slightly modified version, compared to
the original. As our pull requests in the original
repository have not yet been accepted, we will use our
modified version. The original version on which we base
ours is 0.55.999.
After running the setup.cmd, the tool will be
available in the system path.
TOOL : MESON
VERSION: 0.55.999
ARCH : x64
USAGE:
setup.cmd [-h|--help|--pack|--unpack]
EXAMPLES:
setup.cmd
setup.cmd -h
setup.cmd --pack
ARGUMENTS:
-h|--help Print this help and exit.
--pack Pack the content of the software folder in one
self-extract executable called 'software.exe'.
--unpack Unpack the self-extract executable 'software.exe'
to the software folder.
EXPORTED ENVIRONMENT VARIABLES:
TOOLSET_MESON_PATH Absolute path where this tool is
located.
PATH This tool will export all local changes that it made to
the path's environment variable.
The environment variables will be exported only if this tool
executes without any error.