Browse Source

Update 'README.md'

天问 1 month ago
parent
commit
a39fb91ee6
1 changed files with 23 additions and 1 deletions
  1. 23 1
      README.md

+ 23 - 1
README.md

@@ -1,3 +1,25 @@
 # FreeCAD
 
-FreeCAD
+FreeCAD, 基于OpenCasCade开源库,Coin3D用于显示3D模型,用户界面使用Qt创建,并且支持使用Python作为脚本。
+
+
+
+## Develop
+
+依赖:windows10, vs2019, cmake, CMake-GUI ,python
+
+```
+git clone https://github.com/FreeCAD/FreeCAD
+git checkout 0.20.2
+git submodule update --init --recursive
+```
+
+cmake 配置,生成 vs solution *FreeCAD.sln* vs2019 打开编译
+
+
+
+## Reference
+
+
+
+## License