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 98ee49b commit 01e99f2
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,29 @@
mkdir build
cd build
cmake ..
# cmake -G"MinGW Makefiles" ..
make
make install
```

In Windows, you need to convert `.cpp` and `.txt` from UTF-8 to GBK.

<!--
```bash
(linux)
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
cmake -G"MinGW Makefiles" ..
make
make install
(linux)
find ./src -type f -name "*.txt" -exec enca -L zh_CN -x UTF-8 {} \;
find ./src -type f -name "*.cpp" -exec enca -L zh_CN -x UTF-8 {} \;
```
-->

## How to use it?

[English](https://github.com/Konano/Ingress-Field-Design/wiki/Instructions-for-use)
Expand Down

0 comments on commit 01e99f2

Please sign in to comment.