Skip to content

Commit

Permalink
README.md 파일 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
kmc7468 committed Aug 15, 2018
1 parent 00c200d commit b082400
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ int main()
}

// 출력: 65
```
## 요구 사항
- C++14 또는 이후의 표준을 지원하는 C++ 컴파일러
- gcc와 clang의 경우 `-ftemplate-depth-{value}` 컴파일 옵션을 통해 복잡한 아희 코드도 실행시킬 수 있습니다.
- **팁:** gcc와 clang의 경우 `-ftemplate-depth-{value}` 컴파일 옵션을 통해 복잡한 아희 코드도 실행시킬 수 있습니다.
- 긴 컴파일 오류 메세지를 읽을 수 있는 용기
- 긴 컴파일 시간을 버텨낼 수 있는 인내심
## 설치 및 사용 방법
Expand Down Expand Up @@ -60,6 +61,7 @@ TemplatedAH는 Header-only 라이브러리로, 추가적인 컴파일이 필요
## 많이 할 것 같은 질문/요청
**왜 만드셨나요?** 기차에서 심심해서 만들었습니다.<br>
**변태이신가요?** 요즘에는 그럴 수도 있다는 생각을 종종 하곤 합니다.<br>
**아희아희 작동하나요?** *이론상* 작동합니다만, 컴파일 시간의 압박 때문에 해보진 않았습니다.<br>
**[아희++](https://github.com/kmc7468/Aheuiplusplus)도 지원 해 주세요.** 다음에 기차를 탔을 때 심심하면 확장해 보겠습니다. 앞으론 기차를 안 타야겠네요.
## 라이선스
```
Expand Down

0 comments on commit b082400

Please sign in to comment.