Skip to content

Compilation Instructions

CodeSlinger69 edited this page Apr 16, 2016 · 5 revisions

AutoIt Script

Dependencies

Instructions

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.

C++ DLL

Dependencies

Instructions

  1. 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.
  2. 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.
  3. Open ClAsHbOt.vcxproj in Visual C++ 2010 Express, choose Release build, then compile. Done.

Clone this wiki locally