diff --git a/README.md b/README.md new file mode 100644 index 0000000..f661fb5 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Jewena Chinese Patch +## How to Compile +```powershell +md build && cd build +cmake -A x64 ../ +cmake --build . --config Release +``` +Now you can find two files, `jewena_patch.dll` and `jewena-chs.exe`, in the `build/Release` directory. + +## How to Use +Use [EVB](https://enigmaprotector.com/) to package the resource files into `jewena_patch.dll`. +Then copy `jewena_patch.dll` and `jewena-chs.exe` to the game directory.