Skip to content

Commit 162801e

Browse files
committed
README 추가
1 parent 46e3cfd commit 162801e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)