diff -a -q -r dir1 dir2
Options used:
-a Treat all files as text and compare them line-by-line, even if they do not seem to be text.
-q Report only whether the files differ, not the details of the differences.
-r When comparing directories, recursively compare any subdirectories found.