The post collects all mathematical tools on the website, we will display the tool as the embedded content as we can.
Tool
Build Script For VTK And Source.list For Ubuntu 20.04 LTS
The shell script build vtk in the folder build, /home/stephen/Downloads/VTK-9.2.0.rc2/build: cmake ../ -G "Unix Makefiles" \ -DVTK_USE_QVTK:BOOL=ON \ -DCMAKE_INSTALL_PREFIX=/usr/local \ -DVTK_USE_GUISUPPORT:BOOL=ON \ -DVTK_QT_VERSION=5 \ -DModule_vtkGUISupportQt:BOOL=ON \ -DModule_vtkGUISupportQtOpenGL:BOOL=ON \ -DModule_vtkGUISupportQtSQL:BOOL=ON \ -DModule_vtkGUISupportQtWebkit:BOOL=OFF \ -DModule_vtkRenderingQt:BOOL=ON \ -DModule_vtkViewsQt:BOOL=ON Read more…