jayrambhia / Install-OpenCV

shell scripts to install different version of OpenCV in different distributions of Linux
1.04k stars 947 forks source link

make -j in line 36 should be make -j4 (or some number else) #47

Closed wang101 closed 9 years ago

wang101 commented 9 years ago

There is a tiny little bug in line 36. Make -j should be followed by a number.

(I am not familiar with git, so I am not sure that I use pull request right.)