The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
594 B
25 lines
594 B
4 years ago
|
<html>
|
||
|
<head>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<h1>Install finished</h1>
|
||
|
|
||
|
<p>The Meson build system is now installed. Note that Meson does not
|
||
|
provide any GUI applications, it is only usable from the command
|
||
|
line. You can verify if your installation of Meson is working by
|
||
|
running the following command in a terminal
|
||
|
</p>
|
||
|
|
||
|
<pre>
|
||
|
$ meson --version
|
||
|
</pre>
|
||
|
|
||
|
<p>If the system reports that the program could not be found
|
||
|
you might need to edit your configuration files so
|
||
|
that <code>/usr/local/bin</code> is in your path.
|
||
|
</p>
|
||
|
|
||
|
</body>
|
||
|
</html>
|