aboutsummaryrefslogtreecommitdiff
path: root/packaging/macpages/English.lproj/conclusion.html
blob: 0522455981923a44e2692235b066cac7ac927d97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<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>