mirror of
https://github.com/weiju/amiga-stuff
synced 2025-12-08 14:58:33 +00:00
restructured source tree
This commit is contained in:
23
iffview/README.md
Normal file
23
iffview/README.md
Normal file
@ -0,0 +1,23 @@
|
||||
## iffview - A simple IFF viewer application
|
||||
|
||||
### Description
|
||||
|
||||
Writing a simple IFF viewing tool. The learning purpose is to see how to use the
|
||||
different available display modes and screens on Intuition
|
||||
|
||||
### Building
|
||||
|
||||
Developed with VBCC, on your system type
|
||||
|
||||
```
|
||||
make
|
||||
```
|
||||
|
||||
### Running
|
||||
|
||||
Open the command line interface on your real Amiga or emulator and type
|
||||
|
||||
```
|
||||
iffview <your image>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user