forked from zk00006/OpenTLD
-
Notifications
You must be signed in to change notification settings - Fork 196
Building
clemenscorny edited this page Aug 4, 2012
·
3 revisions
Install dependencies
sudo apt-get install cmake libcv-dev libopencv-dev libhighgui-dev
Create the Makefile with CMake
You can use the cmake-gui to build the project (sudo apt-get install cmake-gui
).
- Specify the source path (root path of the dictionary) and the binary path (where to build the program, out of source build recommended)
- Configure
- Select compiler
- Define the install path and other options
- Generate
Compilation
Navigate with the terminal to the binary path and type following:
make
The binary file is located in ./bin/opentld
.