Menu

Compiling the Project

Anonymous Paola Katherine Rozo

Prerequisites

1.Install the libraries

* g++-4.4
* libtool
* subversion
* gcc-4.4
* autoconf
* cmake
* libboost-dev
* libjpeg62-dev
* libboost-filesystem-dev
* libboost-system-dev
* **OpenCV**

2. Download the source code

* svn checkout --username='username' svn+ssh://'username'@svn.code.sf.net/p/image-segmentation-analysis/code/trunk image-segmentation-analysis-code

3. Compile the project

Inside the project folder, you need to run the following commands:

* ./bootstrap
* ./configure --enable-opencv --enable-surf=no
* make