Skip to content

Commit 50d6d65

Browse files
author
Florin
committed
Merge pull request #11 from curious-attempt-bunny/merlyn/osx_installation_troubleshooting
Add OSX installation troubleshooting steps to README
2 parents ffe46c8 + 89e4ee7 commit 50d6d65

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ Installation - MacOS X
2626

2727
(tested with GCC 4.2.1 and node 0.8.0)
2828

29+
Troubleshooting
30+
31+
If brew complains "SHA1 mismatch" error you may find that updating homebrew fixes the issue:
32+
$ brew update
33+
34+
If brew complains "No available formula" you will need to tap the science repository:
35+
$ brew tap homebrew/science
36+
2937
Installation - Windows
3038
=======================
3139
1. Download OpenCV from http://sourceforge.net/projects/opencvlibrary/files/latest/download

0 commit comments

Comments
 (0)