-
Notifications
You must be signed in to change notification settings - Fork 161
GeoDa 中文化
Xun Li edited this page Feb 3, 2018
·
28 revisions
李迅
秦昆 张东映
武汉大学团队创建Github账户,并由李迅将所有开发者用户加入GeoDaCenter。
-
武汉大学团队初步掌握使用Github进行开发
-
武汉大学团队使用Github克隆(clone)GeoDa开发代码库: https://github.com/lixun910/geoda 分支(branch)chinese 到本地计算机(Windows操作系统)。
Github管理的GeoDa代码库:
GeoDa (Master) https://github.com/GeoDaCenter/geoda
|
|
GeoDa (lixun910) https://github.com/lixun910/geoda
|
|___GeoDa (张东映) ???
|
|
-
安装visual studio 2017 ? (注意:编译手册使用为Visual Studio 2010 + SDK 7.1, 所以Visual Studio 2017的编译环境需要手动配置、摸索)
-
安装Inno
-
安装cmake
-
运行build.bat (路径: geoda/BuildTools/Windows/build.bat)
-
确保build.bat 成功执行 (了解GeoDa依赖的各种开发库)
-
打开 GeoDa2017.sln 项目,成功进行Debug编译