From ec4fb686bb91f529f0a8aa35eccf0472c810ee68 Mon Sep 17 00:00:00 2001 From: Konano Date: Wed, 1 Apr 2020 12:36:49 +0800 Subject: [PATCH] modify README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a63160..93db41d 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ In Windows, you need to convert `.cpp` and `.txt` from UTF-8 to GBK. find ./src -type f -name "*.txt" -exec enca -L none -x GBK {} \; find ./src -type f -name "*.cpp" -exec enca -L none -x GBK {} \; (win) -mkdir build -cd build +mkdir buildwin +cd buildwin cmake -G"MinGW Makefiles" .. make make install