Skip to content

Commit ec4fb68

Browse files
committed
modify README.md
1 parent 01e99f2 commit ec4fb68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ In Windows, you need to convert `.cpp` and `.txt` from UTF-8 to GBK.
1818
find ./src -type f -name "*.txt" -exec enca -L none -x GBK {} \;
1919
find ./src -type f -name "*.cpp" -exec enca -L none -x GBK {} \;
2020
(win)
21-
mkdir build
22-
cd build
21+
mkdir buildwin
22+
cd buildwin
2323
cmake -G"MinGW Makefiles" ..
2424
make
2525
make install

0 commit comments

Comments
 (0)