Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ubuntu problème #255

Open
GoogleCodeExporter opened this issue Jul 13, 2015 · 1 comment
Open

ubuntu problème #255

GoogleCodeExporter opened this issue Jul 13, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 27 Jun 2013 at 9:27

@GoogleCodeExporter
Copy link
Author

What?

Original comment by [email protected] on 25 Jul 2013 at 10:59

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant