projects
/
kazan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8dbbaf
)
clarify which version of Ubuntu-packaged LLVM doesn't work
author
Jacob Lifshay
<programmerjake@gmail.com>
Fri, 28 Jul 2017 00:33:31 +0000
(17:33 -0700)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Fri, 28 Jul 2017 00:33:31 +0000
(17:33 -0700)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index 23db8a29758ebac5340868c870862d0cd9c76c38..f02ca48f77c7580e7b3a13869f5eb48554ad4508 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-16,5
+16,5
@@
Work-in-progress for Vulkan implementation on cpu
cmake .. -DCMAKE_CXX_COMPILER="`which clang++-4.0`" -DCMAKE_C_COMPILER="`which clang-4.0`" -DCMAKE_BUILD_TYPE=Debug
make
-Using the version of LLVM that comes with Ubuntu doesn't work.
+Using the version of LLVM
3.8
that comes with Ubuntu doesn't work.
See [Issue #1](https://github.com/programmerjake/vulkan-cpu/issues/1) for more details.