Ok so I had a little bit of time to clone the fresh tree. I am a little
confused as there is a CmakeLists.txt in the "distribution" directory that
has the text:
INSTALL(FILES
"${CMAKE_CURRENT_SOURCE_DIR}/nsis/vmtk-startup.bat"
DESTINATION .
COMPONENT RuntimeExecutables
)
But then in the SuberBuild.cmake there is the text
CONFIGURE_FILE( vmtk_startup.bat.in ${VMTK_INSTALL_DIR}/vmtk_startup.bat )
and what appears in the base of the install directory is vmtk-startup.bat
with the text:
rem @echo off
set VMTK_DIR=%~dp0
set
PATH=%VMTK_DIR%bin;%VMTK_DIR%lib\InsightToolkit;%VMTK_DIR%lib\Python;%PATH%
set
PYTHONPATH=%VMTK_DIR%lib\site-packages;%VMTK_DIR%lib\vtk-5.6;%VMTK_DIR%lib\vmtk
cd %VMTK_DIR%
python bin\vmtk-exe.py
Which does not work. No matter what I could make this work and provide a
patch, but I am just uncertain as to the purpose of the distribution/nsis
directory and where you want the scripts to be.... at root of tree or in
nsis directory... or somewhere else?
B
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
vmtk-users mailing list
vmtk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vmtk-users