Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
All BASIC Game Jam
#7
in reference to FreeBasic if you are not too lazy to do some initial steps it's well worth it
if your OS is Windows then download http://downloads.sourceforge.net/fbc/Fre...z?download
it's a bit more complicated on Linux because FreeBasic depends on a number of libraries to be installed
on Windows extract the archive to wherever you want then download an install the geany IDE https://www.geany.org/ ,launch geany and open a .bas file, then
click on the Build Menu and select Set Build Commands, edit the compile command to something like this
C:\FreeBASIC-1.09.0-winlibs-gcc-9.3.0\fbc64.exe -w all -arch native -gen gcc -Wc -O2 -v "%f"
you are ready to compile and run your basic programs
[note that geany is a multi-language IDE that determines what compiler to use depending on the file extension so to edit the compile command for FreeBasic you need to open a basic file]
I hope that's not too confusing
Reply


Messages In This Thread
All BASIC Game Jam - by dbox - 07-05-2022, 07:38 PM
RE: All BASIC Game Jam - by Pete - 07-05-2022, 09:17 PM
RE: All BASIC Game Jam - by madscijr - 07-14-2022, 07:14 PM
RE: All BASIC Game Jam - by TempodiBasic - 07-17-2022, 10:51 AM
RE: All BASIC Game Jam - by madscijr - 07-18-2022, 02:29 PM
RE: All BASIC Game Jam - by mnrvovrfc - 07-23-2022, 07:10 AM
RE: All BASIC Game Jam - by TempodiBasic - 07-17-2022, 11:25 AM
RE: All BASIC Game Jam - by Jack - 07-18-2022, 03:45 PM
RE: All BASIC Game Jam - by madscijr - 07-18-2022, 07:10 PM
RE: All BASIC Game Jam - by jjharley - 07-18-2022, 08:49 PM
RE: All BASIC Game Jam - by dbox - 07-18-2022, 10:43 PM
RE: All BASIC Game Jam - by vince - 07-18-2022, 11:24 PM
RE: All BASIC Game Jam - by jjharley - 07-19-2022, 10:05 AM
RE: All BASIC Game Jam - by madscijr - 07-19-2022, 03:05 PM
RE: All BASIC Game Jam - by dbox - 07-19-2022, 01:45 PM
RE: All BASIC Game Jam - by dbox - 07-19-2022, 04:53 PM
RE: All BASIC Game Jam - by madscijr - 07-19-2022, 07:53 PM
RE: All BASIC Game Jam - by dbox - 07-19-2022, 07:57 PM
RE: All BASIC Game Jam - by aurel - 07-24-2022, 08:59 PM
RE: All BASIC Game Jam - by mnrvovrfc - 07-24-2022, 11:17 PM
RE: All BASIC Game Jam - by SMcNeill - 07-24-2022, 11:26 PM
RE: All BASIC Game Jam - by mnrvovrfc - 07-24-2022, 11:56 PM
RE: All BASIC Game Jam - by dbox - 07-25-2022, 03:19 PM
RE: All BASIC Game Jam - by TempodiBasic - 07-26-2022, 01:19 PM
RE: All BASIC Game Jam - by dbox - 08-01-2022, 03:20 PM
RE: All BASIC Game Jam - by bplus - 08-01-2022, 03:40 PM
RE: All BASIC Game Jam - by SMcNeill - 08-30-2022, 03:51 PM
RE: All BASIC Game Jam - by dbox - 08-01-2022, 03:56 PM
RE: All BASIC Game Jam - by TempodiBasic - 08-01-2022, 08:09 PM
RE: All BASIC Game Jam - by TempodiBasic - 08-15-2022, 09:18 PM
RE: All BASIC Game Jam - by dbox - 08-30-2022, 02:57 PM
RE: All BASIC Game Jam - by SMcNeill - 08-30-2022, 04:17 PM
RE: All BASIC Game Jam - by dbox - 08-31-2022, 04:12 PM



Users browsing this thread: 18 Guest(s)