Installing OpenCL on linux without root rights [closed] - linux

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I want to use OpenCL on a linux machine, where I have only users rights. I have found only .rpm file, which is not the option until I don't get root's privileges.
Can I do some other way? Can I download the source some where?

You can install into your own home directory by setting the install path. These links may help you. And that was a nice question.
http://leenissen.dk/fann/forum/viewtopic.php?f=1&t=606
https://serverfault.com/questions/11270/installing-software-on-linux-without-root-privileges

On CentOS\RHEL You could use:
yum install packageName --installroot=[path]
This should work also without root permissions.

Related

bitcoin cgminer setup arch [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
Trying to set up bitcoin miner on arch linux AMD 64bit.
I get this error, with cgminer on arch linux:
[2013-03-20 19:52:41] Started cgminer 2.11.3
[2013-03-20 19:52:41] Error -1001: clGetPlatformsIDs failed (no OpenCL SDK installed?)
[2013-03-20 19:52:41] clDevicesNum returned error, no GPUs usa
I was trying to resolve dependencies, but need help.
Either:
You haven't installed the proprietary drivers from AMD, or
You haven't installed AMD's APP SDK - http://developer.amd.com/tools/heterogeneous-computing/amd-accelerated-parallel-processing-app-sdk/
You will find cgmier's list of dependencies and other important things on its README page.

Node.js Configure Error: no acceptable C compiler [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am working on a hostgator linux server through SSH trying to install and use node.js. I followed the instructions on github.com/joyent/node/wiki/Installation, specifically this section.
tar -zxf node-v0.6.18.tar.gz #Download this from nodejs.org
cd node-v0.6.18
./configure
make
sudo make install
When I type ./configure I get this error.
Node.js configure error: No acceptable C compiler found!
Please Make sure you have a C compiler installed on your system and/or consider adjusting the CC environment variable if you installed it in a non-standard prefix.

Installing wget for Mac [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I was installing wget 1.13 after downloading it from http://ftp.gnu.org/gnu/wget/.
I followed the instructions laid here http://krypted.com/mac-os-x/howto-install-wget-for-mac-os-x/.
A problem arose when I was running ./configure.
The output I received in the terminal was
error: --with-ssl was given, but GNUTLS is not available
Hence, I was unable to carry on to
make
make install
Anyone who has an idea what i am missing here?
All assistance are greatly appreciated.
I'm running on Mac 10.7.3, if it helps.
Thank you.
I would suggest using Homebrew.
It's a very simple and easy install and once it's done, you can just type brew install wget and it does everything automatically for you.

I can not get the "lxr " throught apt-get [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
everyone. Firstly, forgive my poor English #_#
I use ubuntu 11.10 now.
And I want to install lxr.But I can not get it throught
sudo apt-get install lxr.
The apt-get can not find the lxr.
I had google for this problem, but failed.
Could you tell me where to download the "lxr",please?
Or tell me how to make the apt-get find the "lxr"?
Thanks!
You can download lxr from this location: http://sourceforge.net/projects/lxr/files/stable/
The official installation guide is here: http://lxr.sourceforge.net/en/1-0-InstallSteps/1-0-install.php
Since the site is constantly evolving, the preferred access method is navigation from the home page http://lxr.sourceforge.net/en/index.php

Is Eclipse available for any Linux distro [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
All I see when I go to the Eclipse download page is 32bit and 64bit so just for windows. I'm new to Linux and would like to move gradually to it. Will I be able to use Eclipse on it?
Yes.
http://www.eclipse.org/downloads/?osType=linux
You might be accessing from a Windows machine. For Linux download from here
you can install it from wither the package manager on your distro or from the command line using sudo apt-get install eclipse or sudo yum install eclipse, depending on whether your distro uses apt or yum.
There's a dropdown where you can select alternate platforms - http://www.eclipse.org/downloads/?osType=linux when you select Linux from the list.

Resources