summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorZhigang Gong <zhigang.gong@intel.com>2015-04-14 13:04:05 +0800
committerZhigang Gong <zhigang.gong@intel.com>2015-04-14 13:08:22 +0800
commit344bb771b395333ce1002c023435976dde193ee7 (patch)
tree3c34b231c081243436f92309a3e78a86d24c302d /docs
parent61df2f861c55a044d10a582799858fa441981173 (diff)
downloadbeignet-344bb771b395333ce1002c023435976dde193ee7.tar.gz
Doc: add a command to install dependencies.
Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/Beignet.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/Beignet.mdwn b/docs/Beignet.mdwn
index 93e95a4e..cfa66d07 100644
--- a/docs/Beignet.mdwn
+++ b/docs/Beignet.mdwn
@@ -36,6 +36,12 @@ Note that the compiler depends on LLVM (Low-Level Virtual Machine project).
Right now, the code has been compiled with LLVM 3.3/3.4. It will not compile
with anything older.
+A simple command to install all the above dependencies for ubuntu or debian is:
+
+`sudo apt-get install cmake pkg-config python ocl-icd-dev`
+` ocl-icd-opencl-dev libdrm-dev libxfixes-dev libxext-dev llvm-3.5-dev`
+` clang-3.5 libclang-3.5-dev libtinfo-dev libedit-dev zlib1g-dev`
+
[http://llvm.org/releases/](http://llvm.org/releases/)