Skip to content
clemenscorny edited this page Aug 4, 2012 · 3 revisions

Dependencies

Ubuntu

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.

Clone this wiki locally