restructured source tree

This commit is contained in:
Wei-ju Wu 2016-01-16 13:45:15 -08:00
parent 037bf7bb4a
commit f69b3a8ee4
12 changed files with 3 additions and 41 deletions

View File

@ -1,41 +0,0 @@
## Description
To celebrate the 30th anniversary of the Amiga, I decided to write a couple of
small applications that run on classic Amiga computers. The point ? Does there
need to be one ? The Amiga was a fun machine, programming it was fun and
it still is.
Another goal is to practice Amiga OS development using only free software tools and
libraries (the exception being the OS itself) and gain a deeper understanding
of the system.
## System Requirements
The software was developed on a GNU/Linux system with VBCC and GNU make.
It was mostly deployed and tested on FS-UAE.
I am certain it can be built on different systems, however this will
require modifications.
## Building
The software was developed on VBCC and apart from VBCC and NDK, there are no other
dependencies.
Currently, on a correctly set up development system typing
```
make
```
should just work.
### Status
In progress :)
## Current applications
* intuitoy1 - experiments with Intuition (Kickstart 1.x)
* iffview - a simple IFF viewer

3
hunktools/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*.pyc
*.library
__pycache__