-
Notifications
You must be signed in to change notification settings - Fork 48
Compilation Instructions
CodeSlinger69 edited this page Apr 16, 2016
·
5 revisions
- AutoIt v3.3.14.2 or higher: https://www.autoitscript.com/site/autoit/downloads/
Compiling the AutoIt portion of ClAsHbOt is very straightforward. Open ClAsHbOt.au3 in the AutoIt script editor, then go to the menu item Tools/Compile. Done.
- OpenCV 2.4.10 (this version only): https://sourceforge.net/projects/opencvlibrary/files/opencv-win/2.4.10/opencv-2.4.10.exe/download
- Visual C++ 2010 Express: http://download.microsoft.com/download/1/E/5/1E5F1C0A-0D5B-426A-A603-1798B951DDAE/VS2010Express1.iso
- Visual C++ 2010 Express SP1: https://www.microsoft.com/en-us/download/details.aspx?id=23691
- Install OpenCV per the instructions on their web site (http://docs.opencv.org/2.4/doc/tutorials/introduction/windows_install/windows_install.html#windows-installation). I setup my VisualStudio project directory such that the ClAsHbOt DLL folder and OpenCV folder are on the same directory level. If you set things up differently, you probably know what you are doing and can adjust as needed.
- Copy these two files into your OpenCV installation directory: OpenCV_2.4.10_Debug.props and OpenCV_2.4.10_Release.props. If you know how to setup header and library directories and inputs, that can be done many different ways in VC...feel free to use what you are comfortable with.
- Open ClAsHbOt.vcxproj in Visual C++ 2010 Express, choose Release build, then compile. Done.