-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
problèm for ubuntu
missing Dependency
to correct add the following command to your script
(http://winezeug.googlecode.com/svn/trunk/install-wine-deps.sh)
sudo apt-get -y install aria2 rpm alien libnuma1 fakeroot
aria2c
http://vctwang.jiangnan.edu.cn/mirrors/tools/programming/opencl/intel_sdk_for_oc
l_applications_2012_x64.tgz
tar zxvf intel_sdk_for_ocl_applications_2012_x64.tgz && rm -f
intel_sdk_for_ocl_applications_2012_x64.tgz
fakeroot alien --to-deb intel_ocl_sdk_2012_x64.rpm && rm -f
intel_ocl_sdk_2012_x64.rpm
sudo dpkg -i intel-ocl-sdk_2.0-31361_amd64.deb && rm -f
intel-ocl-sdk_2.0-31361_amd64.deb
sudo ln -s /usr/lib64/libOpenCL.so /usr/lib/libOpenCL.so
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get -y build-dep wine1.6
sudo apt-get -y -f install
Original issue reported on code.google.com by amidev...@gmail.com on 27 Jun 2013 at 9:27
Reactions are currently unavailable