Compile and install Acise under Windows

Acise (A CAx Industrial Software Ecology) is a set of cross-platform general CAx ( CAD / CAE / CAM ) software development framework independently developed by Jinan Youquan Software Company. This article aims to record the process of compiling and installing Acise under Windows .

Zero, system environment

operating system Windows 10
translater Visual Studio 2019 Community
CMake 3.24.2
Boost 1.80.0
Qt 5.14.0
OpenCASCADE 7.6.0
VTK 9.0.0

1. Dependencies

1.1 Boost

Download boost_1_80_0-msvc-14.2-64.exe and install it.

1.2 OpenCASCADE

Compile and install according to the author’s blog post: Compile and install OpenCASCADE under Windows

1.3 VTK

Compile and install according to the author's blog post:  Compile and install VTK under Windows

2. Compile and install Acise

Where is the Source code D:/YouQuan/CaeFrameworks/Acise/Acise
Where to build the binaries D:/YouQuan/CaeFrameworks/Acise/BUILD
Boost_DIR D:/YouQuan/CaeFrameworks/Boost/boost_1_80_0/lib64-msvc-14.2/cmake/Boost-1.80.0
QT_DIR C:/Qt/Qt5.14.0/5.14.0/msvc2017_64/lib/cmake/Qt5
OpenCASCADE_DIR D:/YouQuan/CaeFrameworks/OpenCASCADE/INSTALL/OpenCASCADE-7.6.0/cmake
VTK_DIR D:/YouQuan/CaeFrameworks/VTK/INSTALL/lib/cmake/vtk-9.0
CMAKE_INSTALL_PREFIX D:/YouQuan/CaeFrameworks/Acise/INSTALL

Use CMake to complete the construction of the project according to the above configuration, then right-click "ALL_BUILD" in VS to complete the compilation, and then right-click "INSTALL" to complete the installation.

network information

Boost 1.80.0https://sourceforge.net/projects/boost/files/boost-binaries/1.80.0/

Compile and install OpenCASCADE under Windows  https://blog.csdn.net/qq_26221775/article/details/128794507?spm=1001.2014.3001.5502

Compile and install VTK under Windows https://blog.csdn.net/qq_26221775/article/details/131604703?spm=1001.2014.3001.5501

Guess you like

Origin blog.csdn.net/qq_26221775/article/details/131254760
Recommended