We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6549253 commit bb754c8Copy full SHA for bb754c8
3 files changed
README.md
@@ -2,3 +2,5 @@
2
3
This is a helper repo to accomodate
4
https://github.com/nubificus/vaccel-tutorials.
5
+
6
+Set the vAccel installation path on the `VACCEL_INSTALL_PATH` variable in the `app/Makefile`.
app/Makefile
@@ -3,7 +3,8 @@
CC=gcc
LD=gcc
CFLAGS=-Wall
-VACCEL_INSTALL_PATH=/ #Add here the <path> of vaccel meson setup --prefix option
+#Add here the <path> of vaccel meson setup --prefix option
7
+VACCEL_INSTALL_PATH=
8
VACCEL_CFLAGS=-I${VACCEL_INSTALL_PATH}/include
9
VACCEL_LDFLAGS=-L${VACCEL_INSTALL_PATH}/lib/x86_64-linux-gnu -lvaccel -ldl
10
VADD_LDFLAGS=-L${PWD}/opencl_examples/build/vector_add -lvector_add
vaccelrt
0 commit comments