tsdconseil / opencv-demonstrator

OpenCV demonstrator (GUI)
http://www.tsdconseil.fr/log/opencv/demo/index-en.html
GNU Lesser General Public License v3.0
141 stars 57 forks source link

Useless complexity with "build_from_source" in Windows install instructions #20

Closed juliena82 closed 8 years ago

juliena82 commented 8 years ago

@valera-rozuvan You have modified the build instructions for Windows. I don't agree with the necessity of the "build_from_source" part. The user can use the folder he wants. Can you remove that? And also bring back the "cd ~/build_from_source" command from the running section to the end linux build section.

juliena82 commented 8 years ago

Thanks in advance ;)

valera-rozuvan commented 8 years ago

How about we remove the build_from_source part all together? And just have the build instructions clone OpenCV and our project into home directory?

valera-rozuvan commented 8 years ago

If the user is smart enough to be doing this, he can decide for himself if he wants to do this in a separate directory = )

@juliena82 What do you think?

juliena82 commented 8 years ago

Yes, excellent idea! That's what I was suggesting altogether for the Windows part. For the Linux part, I trust you!

valera-rozuvan commented 8 years ago

Fixed in 8fdcf8d0676495eb7379af9d1659855854276018 .