From 12cae5b5bae70ee0f62b95d8ed19b1e8869d2f40 Mon Sep 17 00:00:00 2001 From: fluks Date: Sun, 26 Jan 2020 10:52:47 +0200 Subject: [PATCH] Update readme to use newer emsdk and dictionary --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 17b4e24..7c16e7f 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ terminal. git clone https://github.com/juj/emsdk.git cd emsdk ./emsdk update-tags -./emsdk install sdk-1.38.30-64bit -./emsdk activate sdk-1.38.30-64bit +./emsdk install sdk-fastcomp-1.38.30-64bit +./emsdk activate sdk-fastcomp-1.38.30-64bit source ./emsdk_env.sh cd .. @@ -36,7 +36,7 @@ cd corevoikko/libvoikko git checkout rel-libvoikko-4.3 # Get the dictionary. -# sha256sum: eb3730ec8c3ff8be444479540ce33566d98cc19ecdda1077427556d4e48ad431 +# sha256sum: 136e8142dd34ddf181919decb742897a4f055e7fa12d4dcc8b5c9cb6660488da wget https://www.puimula.org/htp/testing/voikko-snapshot-v5/dict-morpho.zip unzip dict-morpho.zip rm dict-morpho.zip @@ -46,7 +46,7 @@ rm dict-morpho.zip # You might need to install libtinfo5 and openjdk-X-jdk also. ./autogen.sh js/configure.sh -js/build.sh preload +sh js/build.sh preload # libvoikko.data, libvoikko_api.js, libvoikko.js and libvoikko.wasm which # are used in this add-on are in js/. ```