0%

Solution of Installation

安装方案汇总(持续更新)

写这篇文章,一方面方便自己日后安装之前安装过的软件,留下一些高质量的安装教程,另一方面也是想,尽可能让自己避免在安装软件的轮回里反复爬坑。(有些人命里就不适合装软件搭环境比如我 (T_T)……)

目前更新到的有这么几类安装方案:

  • 开发环境/工具
  • 工具包/工具库
  • CAD工具

开发环境/工具

1). Visual Studio 2017:

下载地址:https://my.visualstudio.com/Downloads?q=visual%20studio%202017

安装指南:https://blog.csdn.net/weixin_41722928/article/details/83000343

2). Qt-5:

下载地址:http://download.qt.io/archive/qt/

环境变量:

1
2
3
Qt5_DIR = %qt安装目录%/msvc2017_64/lib/cmake/Qt5
QT5_ROOT = %qt安装目录%/msvc2017_64
PATH: %qt安装目录%/msvc2017_64/bin
3). sublime text 3:

安装教程:https://blog.csdn.net/jkang94/article/details/94901133

激活码:激活码汇总

4). git-2.27.0-64bit

安装教程:https://www.liaoxuefeng.com/wiki/896043488029600/896067074338496

配置:http://blog.haoji.me/build-blog-website-by-hexo-github.html

解决 Git warning:LF will be replaced by CRLFgit config core.autocrlf false

5). node-12.18.2 & Hexo

安装&配置指南:

http://ibruce.info/2013/11/22/hexo-your-blog/

https://hexo.io/


工具包/库

1). VTK:

下载地址:https://github.com/Kitware/VTK

环境变量:

1
2
3
VTK = %VTK安装目录%
VTK_DIR = %VTK安装目录%/lib/cmake/vtk-8.2
PATH: %VTK安装目录%/bin
2). EIGEN:

环境变量:

1
EIGEN_DIR = %EIGEN源码目录%

CAD工具:

1). HyperMesh:

安装&破解流程:https://www.cncrk.com/downinfo/259860.html


—-To be continued—-