We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e3cfd commit 162801eCopy full SHA for 162801e
README.md
@@ -0,0 +1,11 @@
1
+libhangul의 xcode-built static library와 objective-c wrapper인 Hangul.framework입니다.
2
+
3
+# 개발환경 설정
4
+git submodule을 포함하고 있으므로 클론 후 submodule도 가져오도록 해야합니다.
5
6
+ git clone git://github.com/gureum/libhangul-objc.git # 클론
7
+ cd libhangul-objc
8
+ git submodule init
9
+ git submodule update
10
11
0 commit comments