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:
14
README.md
14
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)
|
||||
|
||||
Reference in New Issue
Block a user