From 974eb794ef7e7aa6b9586fb902b1ba3cf6d5318a Mon Sep 17 00:00:00 2001 From: alpine9000 Date: Thu, 3 Mar 2016 17:47:19 +1100 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 9410bc5..385a356 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,20 @@ Notes: # cp *.a /usr/local/lib ``` +building +======== + +Build all examples by running ``make`` at the top level directory. + +Each example will have an ADF file in it's ``bin`` directory. These files can be loaded directly as DF0: on [FS-UAE](http://fs-uae.net/) or [Scripted Amiga Emulator](http://scriptedamigaemulator.net/) using the AROS ROM. + +Invdivual examples can be built by entering the directory and running make: + + ``` +# cd 001.simple_image +# make +``` + tools ===== * [imagecon](tools/imagecon)