From: Shayan H. <s.h...@gm...> - 2018-09-20 05:28:29
|
When running cmake for VTK you must pass the install location (where the lib files and the header files will go) via -DCMAKE_INSTALL_PREFIX=/the/desired/path Then running make install, will move everything to that location. On Thu, Sep 20, 2018 at 5:17 AM Yuxiang Wang <yw...@vi...> wrote: > Dear all, > > I'm trying to build libmesh with VTK and noticed that I need to provide two > variables - the VTK_DIR and the VTK_INCLUDE. > > I downloaded the VTK source and built the library > with DVTK_Group_MPI:BOOL=ON, but could not find the include directory after > I compiled VTK. Being curious, did anyone experienced the same thing > before? Would there be an other folder that I missed? > > I am using Windows Subsystem Linux, Ubuntu 18.04. > > Thank you, > Shawn > -- > Yuxiang "Shawn" Wang, PhD > yw...@vi... > +1 (434) 284-0836 > > _______________________________________________ > Libmesh-users mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libmesh-users > -- Shayan Hoshyari |