build

Search

You can find the results of your search below.

install
11 Hits, Last modified:
6:04 or 18:04 <code bash> sudo apt-get install -y build-essential cmake # GUI (if you want to use GTK ins... enCV cd OpenCV </code> compile <code bash> mkdir build cd build # cmake -DWITH_QT=ON -DWITH_OPENGL=ON -DFORCE_VTK=ON -DWITH_TBB=ON -DWITH_GDAL=ON -DWITH_XINE=O... -DWITH_OPENCL=ON -DWITH_CUDA=ON .. cmake -D CMAKE_BUILD_TYPE=Release -D CMAKE_INSTALL_PREFIX=/usr/local .