1
1
<p align =" center " >
2
- <img src =" http ://mesonbuild.com/assets/images/meson_logo.png" >
2
+ <img src =" https ://mesonbuild.com/assets/images/meson_logo.png" >
3
3
</p >
4
4
Meson® is a project to create the best possible next-generation
5
5
build system.
@@ -15,7 +15,7 @@ build system.
15
15
16
16
#### Dependencies
17
17
18
- - [ Python] ( http ://python.org) (version 3.5 or newer)
18
+ - [ Python] ( https ://python.org) (version 3.5 or newer)
19
19
- [ Ninja] ( https://ninja-build.org ) (version 1.5 or newer)
20
20
21
21
#### Installing from source
@@ -29,14 +29,15 @@ Meson is also available from
29
29
[ PyPi] ( https://pypi.python.org/pypi/meson ) , so it can be installed
30
30
with ` pip3 install meson ` (this does not require a source checkout,
31
31
pip will download the package automatically). The exact command to
32
- type to install with pip can vary between systems, be sure to use the
33
- Python 3 version of pip .
32
+ type to install with Pip can vary between systems, be sure to use the
33
+ Python 3 version of Pip .
34
34
35
35
#### Running
36
36
37
37
Meson requires that you have a source directory and a build directory
38
- and that these two are different. In your source root must exist a file
39
- called 'meson.build'. To generate the build system run this command:
38
+ and that these two are different. In your source root must exist a
39
+ file called ` meson.build ` . To generate the build system run this
40
+ command:
40
41
41
42
` meson <source directory> <build directory> `
42
43
@@ -67,7 +68,8 @@ you may need to run this command with sudo.
67
68
68
69
#### Contributing
69
70
70
- We love code contributions. See the [ contributing.md] ( contributing.md ) file for
71
+ We love code contributions. See the [ contribution
72
+ page] ( https://mesonbuild.com/Contributing.html ) on the web site for
71
73
details.
72
74
73
75
@@ -83,6 +85,6 @@ to connect to this channel.
83
85
#### Further info
84
86
85
87
More information about the Meson build system can be found at the
86
- [ project's home page] ( http ://mesonbuild.com) .
88
+ [ project's home page] ( https ://mesonbuild.com) .
87
89
88
90
Meson is a registered trademark of Jussi Pakkanen.
0 commit comments