build目录在哪里?
Closed this issue · 3 comments
woopengcheng commented
如题.查看tag的版本也没有.是什么原因呢.是我操作的姿势不对么?求解答.(在readme里提到的在build里面使用premake.但是未找到build.)
miloyip commented
build目录是自行建立的。
- ...
- Create directory called build in rapidjson source directory.
- Change to build directory and run cmake .. command to configure your build. Windows users can do the same with cmake-gui application.
- On Windows, build the solution found in the build directory. On Linux, run make from the build directory.
刚发现中文文档未按英文文档更新,我稍后修正。
woopengcheng commented
你回复好快...不亏是腾讯的啊.
miloyip commented
已于 ea7b39b 更新 http://miloyip.github.io/rapidjson/zh-cn/ ,谢谢反馈。