# iBaye **Repository Path**: lv_swift/iBaye ## Basic Information - **Project Name**: iBaye - **Description**: 三国霸业 —— 步步高电子词典经典游戏 多平台移植版本 - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: http://bgwp.gitee.io/baye - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 81 - **Created**: 2019-03-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #iBaye - 步步高三国霸业 iOS & HTML5 移植版 交流QQ群:526266208 贴吧讨论与反馈:[http://tieba.baidu.com/p/3977138152](http://tieba.baidu.com/p/3977138152) ##开发环境配置 1. 安装emscripten Ubuntu ``` sudo apt install emscripten ``` 或参考[官方文档](http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html#platform-notes-installation-instructions-portable-sdk), 或直接下载配置好开发环境的虚拟机:[百度云下载](https://pan.baidu.com/s/1eRFehjW) 2. 下载霸业源码,编译生成baye.js ``` git clone https://git.oschina.net/bgwp/iBaye.git cd iBaye/js emconfigure cmake ../src make ```