소스 검색

Merge branch 'master' of github.com:gingerBill/Odin

Mikkel Hjortshoej 8 년 전
부모
커밋
bf15fea135
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -28,7 +28,7 @@ Website: [https://odin.handmade.network/](https://odin.handmade.network/)
 
 - Windows
 	* x86-64
-	* MSVC 2015 installed (C99 support)
+	* MSVC 2015 installed (C++11 support)
 	* [LLVM binaries](https://github.com/gingerBill/Odin/releases/tag/llvm-4.0-windows) for `opt.exe` and `llc.exe`
 	* Requires MSVC's link.exe as the linker
 		* run `vcvarsall.bat` to setup the path
@@ -42,7 +42,7 @@ Website: [https://odin.handmade.network/](https://odin.handmade.network/)
 	* x86-64
 	* Build tools (ld)
 	* LLVM installed
-	* Clang installed (temporary - this is calling the linker for now)
+	* Clang installed (temporary - this is Calling the linker for now)
 
 ## Warnings