소스 검색

Fix missing abi requirement (#3655)

#3649 added a requirement for libc++abi-dev but missed updating the
README to mention it.
Jon Ross-Perkins 2 년 전
부모
커밋
0a610e00c9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -291,6 +291,7 @@ sudo apt install \
   bazel \
   clang \
   libc++-dev \
+  libc++abi-dev \
   lld
 
 # Download Carbon's code.