Skip to content

Commit

Permalink
modify README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Konano committed Apr 1, 2020
1 parent 01e99f2 commit ec4fb68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec4fb68

Please sign in to comment.