{{htmlmetatags>metatag-robots=()
metatag-title=(Compile and run program! - MCTILE tutorial)
metatag-keywords=(Tutorial,C,library,Midres,MCTILE,Tiles,Commodore 64,Commodore VIC20,Commodore 16,Atari)
metatag-description=(Let's compile and run the program, and see the results.)
metatag-media-og:image=(:mctiles_tutorial_03d.png)
metatag-og:title=(Compile and run program! - MCTILE tutorial)
metatag-og:description=(Let's compile and run the program, and see the results.)
}}
====== TUTORIAL: MULTICOLOR TILE ======
===== LET'S COMPILE AND RUN! =====
Compiling the program is very simple. If you have downloaded the repository, everything is ready, and just must run the ''make'' command with the appropriate options, depending on the platform.
==== COMMODORE 64 ====
make target=c64 tutorial=MCTILE clean all
x64 exe\midres.c64.d64
{{ :midres_library:tutorial:mctile:mctile64.png?nolink&400 |}}
==== COMMODORE 128 ====
make target=c128 tutorial=MCTILE clean all
x128 exe\midres.c128.d64
{{ :midres_library:tutorial:mctile:mctile128.png?nolink&400 |}}
==== COMMODORE PLUS/4 ====
make target=plus4 tutorial=MCTILE clean all
yape exe\midres.plus4.d64
{{ :midres_library:tutorial:mctile:mctile4.png?nolink&400 |}}
==== COMMODORE VIC 20 ====
make target=vic2024 tutorial=MCTILE clean all
xvic --memory 24k exe\midres.vic2024.d64
{{ :midres_library:tutorial:mctile:mctile20.png?nolink&400 |}}
\adsense\
==== ATARI (8 bit) ====
make target=atari tutorial=MCTILE clean all
altirra /hardware:800 exe\midres.atari.d64
{{ :midres_library:tutorial:mctile:mctileacol.png?nolink&400 |}}