소스 검색

Modification README.md

jmcarica 2 달 전
부모
커밋
7f97d21848
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -11,7 +11,7 @@ make
 ./configure --with-zlib=yes --with-zlib-ldflags="`pkg-config zlib --libs`" --with-libxml=yes --with-libxml-cppflags="`pkg-config libxml-2.0 --cflags`" --with-libxml-ldflags="`pkg-config libxml-2.0 --libs`"
 ```
 
-### BUILD ON WINDOWS:
+### BUILD on WINDOWS:
 
 * Optionally generate project files: c:\Python26\python.exe generate.py --include Makefile.xml win32-*-msvc-*
 * Open win32\solution.sln in Visual Studio.