To the newbies who've never tried Linux but always wanted to
-
- Addict
- Posts: 1648
- Joined: Mon Sep 20, 2004 3:52 pm
- Contact:
To the newbies who've never tried Linux but always wanted to
First, I highly recommend getting a copy of Ubuntu from www.ubuntulinux.org.
Its only one CD, simple as heck to install, and very stable and fast.
By default it doesn't install certain development tools and libraries for Purebasic, but it is very easy to do so using "apt-get install <package name>" or using the Add/Remove Programs GUI they include.
If people would be interested I may make a complete walkthrough from install to compiling with Purebasic. I hope everyone in the Pb forums gives linux a shot. It's truly great!
Also, if you want a firewall on your computer I recommend running: "apt-get install firestarter" for a strong yet easy to manage firewall.
Its only one CD, simple as heck to install, and very stable and fast.
By default it doesn't install certain development tools and libraries for Purebasic, but it is very easy to do so using "apt-get install <package name>" or using the Add/Remove Programs GUI they include.
If people would be interested I may make a complete walkthrough from install to compiling with Purebasic. I hope everyone in the Pb forums gives linux a shot. It's truly great!
Also, if you want a firewall on your computer I recommend running: "apt-get install firestarter" for a strong yet easy to manage firewall.
-
- Enthusiast
- Posts: 731
- Joined: Wed Apr 21, 2004 7:12 pm
> I say go with what you know.
Very true.
For new people, i suggest to start up with a 1-CD distribution. This way you get
a relatively small, thought through collection of packages.
It does not help much to download many CDs, only to be confronted with the
choise what to install and what not. (At least that is how i felt when i first installed linux)
Ubuntu does a great job for new users imho.
Very true.
For new people, i suggest to start up with a 1-CD distribution. This way you get
a relatively small, thought through collection of packages.
It does not help much to download many CDs, only to be confronted with the
choise what to install and what not. (At least that is how i felt when i first installed linux)
Ubuntu does a great job for new users imho.
quidquid Latine dictum sit altum videtur
-
- Addict
- Posts: 1648
- Joined: Mon Sep 20, 2004 3:52 pm
- Contact:
Quick guide for installing pb on ubuntu. I'll flesh it out tommorow:
Go into synaptic packager or use apt-get install (Menu->System->Add/Remove Programs)
Install with all thier dependancies:
libgtk2-dev
libgtk-dev
libsdl-dev
gcc (if not already installed)
Now download and extract Purebasic for linux into your home directory (~ or /home/<username>)
Browse to your home directory. Create a file called purebasic.sh
Open this file with gedit or kwrite,etc.
Add the following lines:
Save the file and right click it to view properties. Make it executable. Voila you are done!
Go into synaptic packager or use apt-get install (Menu->System->Add/Remove Programs)
Install with all thier dependancies:
libgtk2-dev
libgtk-dev
libsdl-dev
gcc (if not already installed)
Now download and extract Purebasic for linux into your home directory (~ or /home/<username>)
Browse to your home directory. Create a file called purebasic.sh
Open this file with gedit or kwrite,etc.
Add the following lines:
Code: Select all
#!/bin/bash
export PUREBASIC_HOME=~/purebasic
export PATH=$PUREBASIC_HOME/compilers:$PATH
~/purebasic/compilers/purebasic_gtk2
Yes Ubuntu is cool ! I come from Mandriva/Mandrake, that is easy to install for newcomers too.
All works fine to develop Purebasic applications with Ubuntu. Good idea to encourage people to try it.
All works fine to develop Purebasic applications with Ubuntu. Good idea to encourage people to try it.

PureBasic: one of the best programming tools ever ! PB is light, easy, crossplatform, powerfull, fast, extendable, enjoyable and... tasty 

Man, Linux has to get its act together if the mainstream public are everdracflamloc wrote:Quick guide for installing pb on ubuntu. I'll flesh it out tommorow:
Go into synaptic packager or use apt-get install (Menu->System->Add/Remove Programs)
Install with all thier dependancies:
libgtk2-dev
libgtk-dev
libsdl-dev
gcc (if not already installed)
Now download and extract Purebasic for linux into your home directory (~ or /home/<username>)
Browse to your home directory. Create a file called purebasic.sh
Open this file with gedit or kwrite,etc.
Add the following lines:Save the file and right click it to view properties. Make it executable. Voila you are done!Code: Select all
#!/bin/bash export PUREBASIC_HOME=~/purebasic export PATH=$PUREBASIC_HOME/compilers:$PATH ~/purebasic/compilers/purebasic_gtk2
going to use it. As a coder even I find all the above too much hassle to
bother with... I'll stick with Windows, thanks.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
"PureBasic won't be object oriented, period" - Fred.
Dyne:Bolic, there's only one Dyne:Bolic (< this statement is true so don't bother arguing :P )
Since getting my Mac Mini in Jan I haven't bothered much with Linux. Yesterday I wanted to partition and format a 120G external drive into 3x40G FAT32 partitions. Easy eh? Tried XP, only allowed 3rd partition to be formatted as FAT32. Go figure. Tried OSX, no chance. Booted Linux, done and dusted in 5mins. WoooOOOO!
Since getting my Mac Mini in Jan I haven't bothered much with Linux. Yesterday I wanted to partition and format a 120G external drive into 3x40G FAT32 partitions. Easy eh? Tried XP, only allowed 3rd partition to be formatted as FAT32. Go figure. Tried OSX, no chance. Booted Linux, done and dusted in 5mins. WoooOOOO!
I also found Fedora Core to be easy to install and use. Which should be a big plug for Fedora as most of you know my limits. 
So I have (I was going to say "I use" but that would be slight overstatement) Fedora at the mo.
Going to try Ubantu though. I tried it a while ago and was "almost" good. Maybe it is good now.
Dyne:Bolic, there's only one Dyne:Bolic. .. True .. But does that mean it is good?
(Just stirring)

So I have (I was going to say "I use" but that would be slight overstatement) Fedora at the mo.
Going to try Ubantu though. I tried it a while ago and was "almost" good. Maybe it is good now.
Dyne:Bolic, there's only one Dyne:Bolic. .. True .. But does that mean it is good?

@}--`--,-- A rose by any other name ..