I'm developing software using ITK and VTK, and it's all going very well. However, I would like to deploy the software onto end-user machines that do not have ITK or VTK installed. When I build the software, and run it on a machine that doesn't have the ITK or VTK installed, I get errors, such as "Cannot load libItkBasicFilters.dll" This makes perfect sense--there are no such DLLs on the machine.
I can't expect all my users to install ITK so that they can run my software--how can I make it so that they only have to run my executable, and they can enjoy the software? I'm afraid I don't understand these libraries well enough--so if you can give me any ideas, that would be very helpful.