Sorry I'm Really new....

General discussion for topics related to the FreeBASIC project or its community.
Post Reply
Trenton Kidder
Posts: 2
Joined: Jun 26, 2011 4:38

Sorry I'm Really new....

Post by Trenton Kidder »

Hi I was wondering how you download and run FreeBasic. I would like to learn how to create games and I was told this was the place to go, but I cant figure out how to install the program...
KristopherWindsor
Posts: 2428
Joined: Jul 19, 2006 19:17
Location: Sunnyvale, CA
Contact:

Post by KristopherWindsor »

You can get the compiler here:
https://downloads.sourceforge.net/fbc/F ... e?download

Then you can get one of the IDEs, FBIDE, here:
http://sourceforge.net/projects/fbide/f ... e/download

When you install FBIDE, choose to install FBIDE only (because it comes bundled with an old version of the compiler).

When you run FBIDE, go to Menu>View>Settings>FreeBasic>Compiler Path and set it to wherever you installed the compiler, probably C:\Program Files\FreeBASIC\fbc.exe

EDIT: oh, looks like FBIDE comes with the latest version of the compiler after all. So you don't need to download it from Source Forge.
Trenton Kidder
Posts: 2
Joined: Jun 26, 2011 4:38

Post by Trenton Kidder »

Thank you so much. You know any good tutorials to get me started?
TESLACOIL
Posts: 1769
Joined: Jun 20, 2010 16:04
Location: UK
Contact:

some pointers to get you started

Post by TESLACOIL »

some pointers to get you started , handy odds and ends with screenshots etc

http://asimov1.wikispaces.com/A+GUIDE+TO+FREEBASIC

http://freebasicportal.wikispaces.com/
Lachie Dazdarian
Posts: 2338
Joined: May 31, 2005 9:59
Location: Croatia
Contact:

Post by Lachie Dazdarian »

Some people like my tutorials: http://lachie.phatcode.net/articles.php

Gamedev oriented.
Post Reply