How to use Purebasic in Puppy?

Booting, installing, newbie
Locked
Message
Author
t57042
Posts: 3
Joined: Sat 19 May 2012, 15:50

How to use Purebasic in Puppy?

#1 Post by t57042 »

Hello,

My name is Richard - I am from Belgium and new to Linux.I am trying to install Purebasic under puppyLinux. I use this a lot under windows.

I got this to install (from ubuntu?):
---------------------------------------------------------------------------------------------------
sudo apt-get install build-essential libgtk2.0-dev libgnome2-dev libgnomeprintui2.2-dev libxine-dev libsdl1.2-dev libiodbc2-dev libxxf86vm-dev libwebkitgtk-dev
---------------------------------------------------------------------------------------------------

As I understand Puppy doesn't use or recognize sudo?

What must be changed in above code to use under puppy?

Thanks
Richard

User avatar
Rattlehead
Posts: 368
Joined: Thu 11 Sep 2008, 11:40

#2 Post by Rattlehead »

Hi Richard, welcome to the kennels. My level of 'noobieness' is ideal to answer your question.

Yeah, you're right. In Puppy you are always the Superuser, so you don't need the sudo command. Just suppress it from your line and it'll work.

However, apt-get picks the programs from a different distro's repository, (Debian I think?), so maybe you'll run into dependencies issues (you'll have to chase missing libraries, etc). Unless, of course, you are running Puppy 5, which has a completely different package manager, and it supports other distros too, I believe.

In any case, I think your best bet is searching for a precompiled purebasic package for puppy in the package manager (the 'install' icon in the desktop).

Another great resource is the search engine via google of this forum:

http://www.wellminded.com/puppy/pupsearch.html

Type "Pure basic pet" there (.pet are the precompiled packages for puppy), in addition to your puppy version, and maybe you'll have it there, too. Good luck. :)

t57042
Posts: 3
Joined: Sat 19 May 2012, 15:50

#3 Post by t57042 »

Sorry, but this doesn't get me anywhere.
What I need are detailed instructions to install Purebasic.

I am new to Linux, and Purebasic is essential for me.
If I do not succeed to make it run under Puppy, I will have to go back to Windows, or use Wine

Richard

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#4 Post by rcrsn51 »

What I need are detailed instructions to install Purebasic.
I downloaded the test version of Purebasic and extracted it. I went into the compilers folder and clicked on the "purebasic" icon. The IDE started. I did a few tests that worked fine.

However, as was suggested by musher0, you also need to install the devx package. It contains the compiler required by Purebasic.

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#5 Post by Flash »

t57042, please don't ask the same question several times in the forum. Now you have two threads working the same question. I"m going to lock this one. Please continue the first one. Thanks. :)

Locked