Changeset 5841
- Timestamp:
- Aug 22, 2015 3:09:40 PM (8 years ago)
- Location:
- nanovis/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
nanovis/trunk/configure
r4949 r5841 1336 1336 --with-vtk-includes=DIR VTK include files are in DIR 1337 1337 --with-vtk-libs=DIR VTK libraries are in DIR 1338 --with-vtk=VERSION Version of VTK required [default=6. 1]1338 --with-vtk=VERSION Version of VTK required [default=6.2] 1339 1339 --with-ffmpeg=DIR location of ffmpeg [default=yes] 1340 1340 --with-avconv=DIR location of avconv [default=yes] … … 4717 4717 fi 4718 4718 4719 # We are assuming that we're using VTK 6.0 4720 VTK_VERSION=6.1 4719 # There can be multiple versions of VTK installed side-by-side 4720 # By default, we use our version from the install prefix 4721 # lib/include directories 4722 VTK_VERSION=6.2 4721 4723 VTK_LIB_DIR=${libdir} 4722 4724 VTK_INC_DIR=${incdir} -
nanovis/trunk/configure.in
r5483 r5841 35 35 [vtk], 36 36 [AS_HELP_STRING([--with-vtk=VERSION], 37 [Version of VTK required @<:@default=6. 1@:>@])],37 [Version of VTK required @<:@default=6.2@:>@])], 38 38 [with_vtk=$withval], 39 39 [with_vtk=""]) … … 170 170 # By default, we use our version from the install prefix 171 171 # lib/include directories 172 VTK_VERSION=6. 1172 VTK_VERSION=6.2 173 173 VTK_LIB_DIR=${libdir} 174 174 VTK_INC_DIR=${incdir}
Note: See TracChangeset
for help on using the changeset viewer.