diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -60,9 +60,9 @@ You will need the following installed: If you are running a Debian GNU/Linux system (or a derivative such as Ubuntu GNU/Linux) you can install the dependencies using the `apt-get` command: - apt-get install build-essential erlang libicu36 libicu36-dev libmozjs-dev + apt-get install build-essential erlang libicu38 libicu-dev libmozjs-dev -If you get an error regarding the `libicu36` or `libicu36-dev` be sure to check +If you get an error regarding the `libicu38` or `libicu-dev` be sure to check the version used by your distribution (using `apt-cache search libicu`) and install those packages instead. |