summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorveenanitk <veena.nagar.92@gmail.com>2021-03-31 23:08:20 +0000
committerveenanitk <veena.nagar.92@gmail.com>2021-03-31 23:08:20 +0000
commit1aad026599dc96dcef95f68217159f1c7d867164 (patch)
treeb9b70cb88fae7b18fe49bdcc8beaf32aca5d6a80 /doc
parent9f3e88e75b03a21d6bcfbcc8d9319bc6537c4bdf (diff)
downloadgjs-1aad026599dc96dcef95f68217159f1c7d867164.tar.gz
Updated Dependencies
Diffstat (limited to 'doc')
-rw-r--r--doc/Hacking.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/Hacking.md b/doc/Hacking.md
index f57de05f..d00bfae3 100644
--- a/doc/Hacking.md
+++ b/doc/Hacking.md
@@ -14,22 +14,21 @@ You can also skip this step if you are not writing any C++ code.)
## Dependencies
-GJS requires four other libraries to be installed: GLib, libffi,
-gobject-introspection, and SpiderMonkey (also called "mozjs78" on some
-systems.)
+GJS requires five other libraries to be installed: GLib, libffi,
+gobject-introspection, SpiderMonkey (also called "mozjs78" on some
+systems.) and the build tool Meson.
The readline library is not required, but strongly recommended.
We recommend installing your system's development packages for GLib,
-libffi, gobject-introspection, and readline.
+libffi, gobject-introspection, Meson and readline.
<details>
<summary>Ubuntu</summary>
- <code>sudo apt install meson</code>
- <code>sudo apt-get install libglib2.0-dev libffi-dev libreadline-dev libgirepository1.0-dev</code>
+ <code>sudo apt-get install libglib2.0-dev libffi-dev libreadline-dev libgirepository1.0-dev meson</code>
</details>
<details>
<summary>Fedora</summary>
- <code>sudo dnf install glib2-devel libffi readline-devel gobject-introspection-devel</code>
+ <code>sudo dnf install glib2-devel libffi readline-devel gobject-introspection-devel meson</code>
</details>
But, if your system's versions of these packages aren't new enough, then