unicorn-lib
Unicode library for C++
파일 탐색기
최종 버전 다운로드 (.zip)- character.html
- environment.html
- format.html
- index.html
- intro.html
- io.html
- mbcs.html
- normal.html
- options.html
- path.html
- regex.html
- segment.html
- string.html
- style.css
- utf.html
- utility.html
- download-ucd
- make-dependencies
- make-doc
- make-index
- make-tables
- make-tests
- style.css
- character-test.cpp
- character.cpp
- character.hpp
- character.md
- environment-test.cpp
- environment.cpp
- environment.hpp
- environment.md
- format-test.cpp
- format.cpp
- format.hpp
- format.md
- iana-character-sets.hpp
- index.md
- intro.md
- io-test.cpp
- io.cpp
- io.hpp
- io.md
- iso-script-names.hpp
- library.hpp
- mbcs-test.cpp
- mbcs.cpp
- mbcs.hpp
- mbcs.md
- normal-test.cpp
- normal.cpp
- normal.hpp
- normal.md
- options-test.cpp
- options.cpp
- options.hpp
- options.md
- path-test.cpp
- path.cpp
- path.hpp
- path.md
- property-values.hpp
- regex-test.cpp
- regex.cpp
- regex.hpp
- regex.md
- segment-test.cpp
- segment.cpp
- segment.hpp
- segment.md
- string-algorithm-test.cpp
- string-algorithm.cpp
- string-case-test.cpp
- string-case.cpp
- string-compare-test.cpp
- string-compare.cpp
- string-conversion-test.cpp
- string-escape-test.cpp
- string-escape.cpp
- string-manip-a-e-test.cpp
- string-manip-f-m-test.cpp
- string-manip-n-r-test.cpp
- string-manip-s-z-test.cpp
- string-manip.cpp
- string-property-test.cpp
- string-property.cpp
- string-size-test.cpp
- string.hpp
- string.md
- ucd-bidi-tables.cpp
- ucd-block-tables.cpp
- ucd-case-tables.cpp
- ucd-character-names.cpp
- ucd-decomposition-tables.cpp
- ucd-normalization-test.cpp
- ucd-numeric-tables.cpp
- ucd-property-tables.cpp
- ucd-script-tables.cpp
- ucd-segmentation-test.cpp
- ucd-tables.hpp
- unit-test.cpp
- unit-test.hpp
- utf-test.cpp
- utf.cpp
- utf.hpp
- utf.md
- utility-test.cpp
- utility.hpp
- utility.md
- .gitignore
- dependencies.make
- LICENSE.txt
- Makefile
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/CaptainCrowbar/unicorn-lib
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd unicorn-lib
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Make
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
