Hi,
my system is Ubuntu 16.04LTS, the device name is ivybidge.
I downloaded "intel_sdk_for_opencl_2017_7.0.0.2511_x64.tgz". After extracting, the folder includes several docments ,like pset folder, rpm folder, install.sh, install_GUI.sh and so on.
the question is how can i use these resources to install SDK successfully?
according to some helps , in command window , I inputed $(dirname $0)/install.sh --gui-mode $@ , but it showed an error =====bash: syntax error near unexpected token '/install.sh'
I really don't know what's the meaning................
BTW, the "getting started " doc shows following:
$ mv install_SDK_prereq_ubuntu.sh_.txt install_SDK_prereq_ubuntu.sh
$ sudo su
$ ./install_SDK_prereq_ubuntu.sh
but i can't find the file named " install_SDK_prereq_unbuntu.sh_.txt".
Thanks for any feedback!