Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
najoast committed Apr 24, 2023
1 parent 80d52d5 commit e1da317
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions toturial/windows_compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
# 4 准备运行环境
1. 拷贝 `C:\Program Files\MySQL\MySQL Server 8.0\bin\` 里的 `libmysql.dll` 到编译输出目录。
2. 打开 boost bin 目录,默认为 `C:\local\boost_1_81_0\bin`,在其中拷贝以下 dll 文件到编译输出目录
1. `legacy.dll`
2. `libcrypto-3-x64.dll`
3. `libssl-3-x64.dll`
* `legacy.dll`
* `libcrypto-3-x64.dll`
* `libssl-3-x64.dll`
3.`configs` 目录下创建 `worldserver.conf``authserver.conf` 文件,可以直接去掉 `.dist` 后缀。
4. 下载 [data.zip](https://github.com/wowgaming/client-data/releases/) 数据包并解压到 `data` 目录
4. 数据库初始化
Expand Down

0 comments on commit e1da317

Please sign in to comment.