C++ Compiling/installing using the .sfs

Booting, installing, newbie
Post Reply
Message
Author
SSmokinGirl
Posts: 4
Joined: Wed 01 Apr 2009, 23:11

C++ Compiling/installing using the .sfs

#1 Post by SSmokinGirl »

Ok I downloaded the .sfs file for puppy 420
put it in my /mnt/home dir
it is the one for C++ so I can install non pup or pet files
Well it does not detect the file.
What is wrong or is there another way to install .tgz or tar files.
Is there an app?
Thanks

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#2 Post by MU »

you have a full installation?
Or frugal?
Or run from CD?

What do you get by typing:
gcc
?

Mark
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#3 Post by Lobster »

have you done this:

* Menu / System / Bootmanager configure bootup
* 'choose which extra SFS to add at boot up'
* add devxx.sfs
* reboot
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

User avatar
WhoDo
Posts: 4428
Joined: Wed 12 Jul 2006, 01:58
Location: Lake Macquarie NSW Australia

Re: C++ Compiling/installing using the .sfs

#4 Post by WhoDo »

SSmokinGirl wrote:What is wrong or is there another way to install .tgz or tar files.
Is there an app?
Ok, so if your tar or tgz file contains a compiled binary application already, you don't need devx to install these programs. Just click on the file and Xarchiver should open it for you. Click on the directory name in the left pane and choose extract all files. It will create that directory where you have the archive file. Then you can look in the directory for locations to place the precompiled binaries e.g. /usr, /lib, /opt etc.

You can also use the option to install alien packages in the PETget package manager and point it at the tar.gz or whatever.

However, if your archive contains only source code that needs to be compiled with the ./configure, ./make and ./make install commands then you WILL need the devx and follow the other instructions here to have it loaded by the bootmanager.

Hope that helps
[i]Actions speak louder than words ... and they usually work when words don't![/i]
SIP:whodo@proxy01.sipphone.com; whodo@realsip.com

Post Reply