summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README13
1 files changed, 10 insertions, 3 deletions
diff --git a/README b/README
index e13eb92..64f2e76 100644
--- a/README
+++ b/README
@@ -3,9 +3,16 @@ A library to support hangul input method logic, hanja dictionary and small
hangul character classification.
How to build
- $ ./autogen.sh
- $ ./configure
- # make
+ From tarball
+ $ ./configure
+ $ make
+ # make install
+
+ From source repository
+ $ ./autogen.sh
+ $ ./configure
+ $ make
+ # make install
Download:
* https://github.com/choehwanjin/libhangul/releases