Skip to content

Commit

Permalink
Merge pull request milq#16 from qume/patch-1
Browse files Browse the repository at this point in the history
Turned off precompiled headers. Thanks all!
  • Loading branch information
milq authored Jun 25, 2017
2 parents 3fe894e + d248958 commit b2fc615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bash/install-opencv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ mv opencv-3.2.0 OpenCV
cd OpenCV
mkdir build
cd build
cmake -DWITH_QT=ON -DWITH_OPENGL=ON -DFORCE_VTK=ON -DWITH_TBB=ON -DWITH_GDAL=ON -DWITH_XINE=ON -DBUILD_EXAMPLES=ON ..
cmake -DWITH_QT=ON -DWITH_OPENGL=ON -DFORCE_VTK=ON -DWITH_TBB=ON -DWITH_GDAL=ON -DWITH_XINE=ON -DBUILD_EXAMPLES=ON -DENABLE_PRECOMPILED_HEADERS=OFF ..
make -j4
sudo make install
sudo ldconfig
Expand Down

0 comments on commit b2fc615

Please sign in to comment.