From 37123b5da3993df34fe18ed8e09ac06302a95a85 Mon Sep 17 00:00:00 2001 From: alxndrsn Date: Sat, 29 Jun 2024 07:32:39 +0000 Subject: [PATCH] INSTALL.Unix: update libmozjs install tips Older versions of libmozjs-dev may not be available to install from package repos, and newer versions may work fine. --- INSTALL.Unix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.Unix.md b/INSTALL.Unix.md index a078897987e..1d644c7d20a 100644 --- a/INSTALL.Unix.md +++ b/INSTALL.Unix.md @@ -66,7 +66,7 @@ You can install the dependencies by running: build-essential pkg-config erlang erlang-reltool \ libicu-dev libmozjs-60-dev python3 -Your distribution may have `libmozjs-68-dev` instead of 60. Both are supported. +Your distribution may have `libmozjs-68-dev` instead of 60. Both are supported. Newer versions of `libmozjs-...-dev` may also work; you can find which are available using `apt-cache search libmozjs`. You can install Node.JS [NodeSource](https://github.com/nodesource/distributions#installation-instructions).