私は RealityGrid の使い方を学ぼうとしているので、cmake を使っていくつかのサンプルをビルドしています。ccmake コマンドの使用を終えた後、make コマンドを使用してみました。しかし、私はエラーを取得し続けています:
/usr/bin/ld: cannot find -lvtkCommon
/usr/bin/ld: cannot find -lvtkFiltering
/usr/bin/ld: cannot find -lvtkGraphics
/usr/bin/ld: cannot find -lvtkImaging
/usr/bin/ld: cannot find -lvtkIO
/usr/bin/ld: cannot find -lvtkRendering
/usr/lib/vtk-5.10 で libvtkCommon.a を見つけました。私は何をすべきか?ありがとうございます。