Search found 3 matches

by Conch
Sat Oct 13, 2012 4:52 pm
Forum: Coding Questions
Topic: What .Extension do I use for Linux? How do I compile 64 Bit?
Replies: 2
Views: 617

Re: What .Extension do I use for Linux? How do I compile 64

Hi Conch,

Linux programs from itself has no extension.
So the best way is to use also no extension.
On the other hand, you can use any name and extension.
In Linux the decision of executable or not has nothing todo with the name,
it only depends on the executable flag. (x)

On a 32bit linux, you ...
by Conch
Sat Oct 13, 2012 4:29 pm
Forum: Coding Questions
Topic: What .Extension do I use for Linux? How do I compile 64 Bit?
Replies: 2
Views: 617

What .Extension do I use for Linux? How do I compile 64 Bit?

Hello PureBasic forums :)
I just started learning Basic yesterday but I'm confused.
I don't use Windows anymore & I prefer to use Linux because it's free :P
If I select the "Create Executable" option, What file extension do I use?
Will .bin work? Are there any others?

I've been using Linux for 3 ...
by Conch
Sat Apr 28, 2012 5:37 pm
Forum: Linux
Topic: Installed PB under Ubuntu 11.10 but...
Replies: 9
Views: 3642

Re: Installed PB under Ubuntu 11.10 but...

viewtopic.php?f=15&t=48399

Paste this into a text document..
sudo apt-get install gcc -y
sudo apt-get install libgtk2.0-dev -y
sudo apt-get install libsdl1.2-dev -y
sudo apt-get install libstdc++6 -y
sudo apt-get install libiodbc2 -y
sudo apt-get install libiodbc2-dev -y
sudo apt-get install ...