aboutsummaryrefslogtreecommitdiffstats
path: root/meson/packaging/macpages/English.lproj/conclusion.html
diff options
context:
space:
mode:
authorAngelos Mouzakitis <a.mouzakitis@virtualopensystems.com>2023-10-10 14:33:42 +0000
committerAngelos Mouzakitis <a.mouzakitis@virtualopensystems.com>2023-10-10 14:33:42 +0000
commitaf1a266670d040d2f4083ff309d732d648afba2a (patch)
tree2fc46203448ddcc6f81546d379abfaeb323575e9 /meson/packaging/macpages/English.lproj/conclusion.html
parente02cda008591317b1625707ff8e115a4841aa889 (diff)
Add submodule dependency filesHEADmaster
Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec
Diffstat (limited to 'meson/packaging/macpages/English.lproj/conclusion.html')
-rw-r--r--meson/packaging/macpages/English.lproj/conclusion.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/meson/packaging/macpages/English.lproj/conclusion.html b/meson/packaging/macpages/English.lproj/conclusion.html
new file mode 100644
index 000000000..052245598
--- /dev/null
+++ b/meson/packaging/macpages/English.lproj/conclusion.html
@@ -0,0 +1,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>