소스 검색

Update docs/README-porting.md

Co-authored-by: Cameron Cawley <ccawley2011@gmail.com>
Sam Lantinga 3 년 전
부모
커밋
5fb3eb9475
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      docs/README-porting.md

+ 2 - 1
docs/README-porting.md

@@ -13,7 +13,8 @@ There are two basic ways of building SDL at the moment:
 
 1. CMake:  cmake -S . -B build && cmake --build build && cmake --install install
 
-   If you have a GNUish system, then you might try this.  Edit CMakeLists.txt,
+   If you have a system that supports CMake, then you might try this.  Edit CMakeLists.txt,
+
    take a look at the large section labelled:
 
 	"Platform-specific options and settings!"