1
0
mirror of https://frontier.innolan.net/github/AmigaExamples.git synced 2025-12-08 16:52:44 +00:00

Update README.md

This commit is contained in:
alpine9000
2016-03-03 17:47:19 +11:00
parent 16a1b82764
commit 974eb794ef

View File

@ -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)