ArUco in Eclipse Ubuntu -
I want to compile augmented reality Arooco library, but this library document on the internet is very rare and I have some problems . Can anyone give me some tutorials about how to compile it in Eclipse? (Can be another IDE) I am using Ubuntu 12.10, Eclipse Juno. Thanks! Look at the library's README file, you'll probably have to use it to open the terminal and You can use the installation prefix by using apt- Get cmake and OpenCv (requirements for library) from get . I do not know my exact package names in Ubuntu, but try clear
cmake and
opencv once this is done,
cd in that directory Where you unpacked the Aruco library, and do the following:
mkdir build & amp; Amp; CD build cmake .. to install all
cmake -i .. or
ccmake It was also set up to set up a library in its IDE, just note in which directory the library files (binaries and headers) were installed, and make sure they are in the search path of the compiler .
Comments
Post a Comment