0
0

More than 3 years have passed since last update.

Note Book : VTK Install On Windows10

Posted at

OpencvでCUDAを有効にする場合に必要になる。

environment
・windows 10
・cpu ryzen 3700x
・gpu ncvidia-rtx3900

software
・anaconda
・ninja
・cmake
・git
・opencv-4.5.0
・ant 1.8.2
・open-jdk-15
・cuda 11
・visual studio 2019

cmd.exe
mkdir vtk
git clone --recursive https://github.com/Kitware/VTK
cd  VTK
mkdir build
cd build
cmake -G "Visual Studio 16 2019" -T host=x64 -DCMAKE_INSTALL_PREFIX="/tools/opt/tools/vtk" ..
cmake --build . --config RELEASE --target install
capture

image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0