소스 검색

Update README.md

fylou 6 년 전
부모
커밋
e7a83e5564
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -25,6 +25,7 @@ DCXLVI: https://www.cryptojedi.org/crypto/#dclxvi
 
 # Problems and solutions
 
+On ArchLinux OS, with gcc version 7.1.1, we met the following situation:
 - Hello, I have linker error messages after typing make. What can I do?
 - Hello, you can 1) install gcc5, 2) replace g++ by g++-5 in /src/Makefile and 3) type make again.