Note that there are some explanatory texts on larger screens.

plurals
  1. POCreating OpenCV installer with NSIS
    text
    copied!<p>I am compiling OpenCV for our project with specific build options (such as 64bit, QT and OpenNI). I was able to follow the instruction as given here: <a href="http://opencv.itseez.com/doc/tutorials/introduction/windows_install/windows_install.html" rel="nofollow">http://opencv.itseez.com/doc/tutorials/introduction/windows_install/windows_install.html</a></p> <p>At the end of 2-3 hours of build process, I ended up with <code>\install\build\</code> with collected bins, dlls and libs in their respective folder. I would like to distribute an .exe installer to other members in research group. But I could not because <code>_CPack_Packages/win32/NSIS</code> is nowhere to be found.</p> <blockquote> <p>Note: To create an installer you need to install NSIS. Then just build the Package project to build the installer into the <code>Build/_CPack_Packages/win32/NSIS</code> folder. You can then use this to distribute OpenCV with your build settings on other systems.</p> </blockquote> <p>In the cmake-gui screen, I ticked "Build Package" which I hoped would enable me to see <code>Build/_CPack_Packages/win32/NSIS</code> folder. After build process, this is not found. </p> <p>Could someone give a suggestion as why I don't see this <code>_CPack_Packages/win32/NSIS</code> folder as described? Could I use <a href="http://www.jrsoftware.org/isinfo.php" rel="nofollow">Inno setup</a> instead? If so, do I simply pack all <code>\build\install</code> folder and set path in system to include <code>\build\install\bin</code>? Thank you.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload