LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   second life (https://www.linuxquestions.org/questions/linux-newbie-8/second-life-769292/)

donsingleton 11-15-2009 10:14 AM

second life
 
I am extremely green when it comes to puppy but I would like to know how to install the Second Life client in Puppy. There are two Linux clients: http://release-candidate-secondlife-...136274.tar.bz2 and http://secondlife.com/developers/ope...3.2906.tar.bz2

I have some 2.14 and 2.17 puppys, and maybe some other versions. Can someone tell me whether either of those clients will run, and then can you explain to a green newbie how to do it

Mr-Bisquit 11-15-2009 11:35 AM

Do you meet the requirements in the README file provided with the package?

donsingleton 11-15-2009 01:23 PM

Yes I have machines that meet the hardware requirements, and I have Puppys 2.17, 4.13, or 4.20. I just don't know how to install under Puppy

Mr-Bisquit 11-15-2009 05:31 PM

Code:

%su
password:
# cd source/directory/path
./configure --help
<See what options you want to add or remove and add that to the next part>
./configure --your-selected-options
<if successful then you will see the pound sign, if not, just go for a default config with ./configure and no options>
#make
#make install
#make clean
#cd /path/to directory.above/source
# rm -rf source/directory
#exit
%exit


repo 11-15-2009 05:48 PM

You don't need to compile.
open a terminal
cd to where you downloaded the file
Code:

tar -xvjf SecondLife-i686-1.23.5.136274.tar.bz2
cd SecondLife-i686-1.23.5.136274
./secondlife



All times are GMT -5. The time now is 12:49 AM.