We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b97cebf commit d9d5205Copy full SHA for d9d5205
.travis.yml
README.md
@@ -1,4 +1,12 @@
1
libunikey - a text processing library for Vietnamese that built on ukengine
2
==============================
3
4
-[](https://travis-ci.org/vn-input/libunikey)
+### BUILD
5
+
6
+```bash
7
+mkdir build
8
+cd build
9
+cmake ..
10
+make
11
+make tests
12
+```
0 commit comments