Skip to content

Commit

Permalink
add 'gotchas' to installation
Browse files Browse the repository at this point in the history
  • Loading branch information
hughperkins committed May 27, 2017
1 parent 1f9ef58 commit a610179
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,12 @@ Note that you'll need to continue to export `CLANG_HOME` environment variable wh
Docker images run ok on beignet and NVIDIA :-) (or used to. not tested very recently...) Please see [docker](docker) for more details.

<img src="https://github.com/hughperkins/Coriander/raw/master/doc/img/dockerfile_beignet_cudasample.png?raw=true" width="600" />

## Gotchas

### `Cannot find source file`

Did you clone with `--recursive`? You might be missing the sub-modules. You can get these by doing:
```
git submodule update --init --recursive
```

0 comments on commit a610179

Please sign in to comment.