We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d2f96 commit 6b997b4Copy full SHA for 6b997b4
README.md
@@ -32,6 +32,8 @@ Project is focused on implementing Otsu's method as CUDA kernels to test how wel
32
$> make clean
33
$> make build
34
```
35
+If you have any errors during `make build` command, please check if the SOURCE_FILES variable (in Makefile) is set correctly according to your OS!
36
+
37
- Run it using makefile
38
```bash
39
$> make run
0 commit comments