Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.

Commit aaeace5

Browse files
committed
Merge pull request #1 from whackashoe/linux_mergevec_opencl_linking
updated readme with linking to opencv libraries for building on linux
2 parents c0f46ef + 3a4383e commit aaeace5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ to the `./samples` folder:
3939
cd ~/opencv-2.4.5/apps/haartraining
4040
g++ `pkg-config --libs --cflags opencv` -I. -o mergevec mergevec.cpp\
4141
cvboost.cpp cvcommon.cpp cvsamples.cpp cvhaarclassifier.cpp\
42-
cvhaartraining.cpp
42+
cvhaartraining.cpp\
43+
-lopencv_core -lopencv_calib3d -lopencv_imgproc -lopencv_highgui -lopencv_objdetect
4344

4445
7. Use the compiled executable `mergevec` to merge the samples in `./samples`
4546
into one file:

0 commit comments

Comments
 (0)