Changeset 5841 for nanovis/trunk/configure
- Timestamp:
- Aug 22, 2015 3:09:40 PM (8 years ago)
- File:
-
- 1 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}
Note: See TracChangeset
for help on using the changeset viewer.