The documents for the current project are written in Korean only. A portion of the source code is also available in Korean only.
j2_library는 C++17 기반의 범용 유틸리티 라이브러리입니다.
-
빠른 시작
-
1. 소스 클론
git clone https://github.com/JayTwoLab/jaytwo-library.git cd jaytwo-library -
2. 빌드
mkdir -p build && cd build cmake -G "Ninja" -DCMAKE_BUILD_TYPE=Release .. ninja
-
3. 테스트 실행
ninja test
-
- 본 프로젝트는 듀얼 라이선스(
dual-licensing) 정책을 채택합니다. - 자세한 라이선스 원문은 레포지토리 루트의
LICENSE파일을 참조하십시오.