MS FreeBasic (www.freebasic.net) version source code and executables.
---------------------------------------------------------------------------

Executables are present for windows (*.exe) and linux (*).
Windows executables should work on any version but have not been tested on 
Vista or Win7.

Linux versions have been compiled with gcc version 4.1.2 (gclib2.7-2 ) and 
should run on any operating system with thoat version or with compatibility 
pack. 

If you have the freebasic compiler running on your system you can recompile
for that system:

Windows: In a shell with the freebasic environment set up (which you can get 
by double-clicking the FB icon), cd to this directory (src/FB) and run make_fb.bat

Linux:  In a shell with the compiler fbc in your path, cd to this directory 
(src/FB) and run make_fb.sh

The last lines of each script copy the executables to a destination.
You should modify this as appropriate or comment out before running.


