Installation of BZC has been streamlined so as to be as quick and easy as possible.
Windows
Simply doubleclick on bzc-win32-0.1.exe, and follow the onscreen directions.
If you have downloaded your pacakge file from ticalc.org, you first need to extract bzc-win32.zip to a temporary directory.
Those wishing to compile BZC from scratch should contact us here at RGB SunSpot Productions for instructions, for those who don't need instructions, the source files are included in the package. Just compile all the C source files together.
Linux
Simply extract bzc-unix-0.1.tgz to the directory of your choice. Then, switch to that directory and type:
$ ./configure
$ make
And then, as root
# make install
That's it; installation is that simple!
Now continue on to the BASIC ASM Tutorial to begin to learn programming with BASIC ASM.
Recompilation
Since BZC is in the public domain (and is covered by the GNU General Public License), it may be freely modified, recompiled, and redistributed, so long as the original authors receive credit for the original work. However, if you do wish to make modifications to BZC, we ask that you contact us by email with your suggestions, and we will more than likely include them in the next version of BZC, giving you appropriate credit in the manual.