summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChoe Hwanjin <choe.hwanjin@gmail.com>2016-03-27 19:44:55 +0900
committerChoe Hwanjin <choe.hwanjin@gmail.com>2016-03-27 19:44:55 +0900
commit0a0278d898514a35b801fb8ef77de2df8e02df58 (patch)
tree7b2fb767c1b3694b7c5b4f7fdf9c1579a1c854e0
parent2460b7ceac9a0e14ca56df7545ca8378d1464913 (diff)
downloadlibhangul-0a0278d898514a35b801fb8ef77de2df8e02df58.tar.gz
문서 업데이트: 빌드 방법 수정
git에서 빌드할 때와 source tarball에서 빌드할때 명령은 달라야 한다.
-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