aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSusumu Yata <susumu.yata@gmail.com>2019-10-14 07:24:37 +0900
committerSusumu Yata <susumu.yata@gmail.com>2019-10-14 07:24:37 +0900
commit7ed2fe32c824351e74ea3171bdebd9ca0d757a78 (patch)
treec3e029b76c6b0ff00ffe0bccdf6e1cc7a3a02001
parentbbcff46114eaf306ed26ec9e55ee3f3e1dc54f16 (diff)
downloadmarisa-trie-7ed2fe32c824351e74ea3171bdebd9ca0d757a78.tar.gz
Update build instructions in README.md.
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index bcadb7b..7a9d728 100644
--- a/README.md
+++ b/README.md
@@ -48,10 +48,10 @@ The biggest advantage of libmarisa is that its dictionary size is considerably m
You can get the latest version via `git clone`. Then, you can generate a `configure` script via `autoreconf -i`. After that, you can build and install libmarisa and its command line tools via `configure` and `make`. For details, see also documentation in `docs`.
```
-$ git clone git://github.com/s-yata/marisa-trie.git
+$ git clone https://github.com/s-yata/marisa-trie.git
$ cd marisa-trie
$ autoreconf -i
-$ ./configure
+$ ./configure --enable-native-code
$ make
$ make install
```