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:42:36 +11:00
parent 59de7385bd
commit 8e046b28a3

View File

@ -21,27 +21,6 @@ documentation
* [coding forum](http://ada.untergrund.net/?p=boardforums&forum=4)
* [coding forum](http://eab.abime.net/forumdisplay.php?f=112)
tools
=====
* [imagecon](tools/imagecon)
* [makeadf](tools/makeadf)
The tools have tests:
```
# cd tools/imagecon
# make test
______ ___ _____ _____ ___________
| ___ \/ _ \ / ___/ ___| ___| _ \
| |_/ / /_\ \\ `--.\ `--.| |__ | | | |
| __/| _ | `--. \`--. \ __|| | | |
| | | | | |/\__/ /\__/ / |___| |/ /
\_| \_| |_/\____/\____/\____/|___/
#
```
or test all by running ``make test`` at the top level
cross development environment
-----------------------------
Built on OSX 10.11.3
@ -90,7 +69,7 @@ Notes:
```
4. lha
```
```
# git clone https://github.com/jca02266/lha.git
# aclocal
# autoheader
@ -102,7 +81,7 @@ Notes:
```
5. libtool
```
```
# wget http://ftpmirror.gnu.org/libtool/libtool-2.4.6.tar.gz
# tar zxfv libtool-2.4.6.tar.gz
# cd libtool-2.4.6
@ -112,7 +91,7 @@ Notes:
```
6. libpng
```
```
# wget ftp://ftp.simplesystems.org/pub/png/src/libpng16/libpng-1.6.21.tar.gz
# tar zxfv libpng-1.6.21.tar.gz
# cd libpng-1.6.21
@ -122,7 +101,7 @@ Notes:
```
7. pngquant
```
```
# git clone git://github.com/pornel/pngquant.git
# cd pngquant/lib
# ./configure --prefix=/usr/local
@ -132,6 +111,27 @@ Notes:
# cp *.a /usr/local/lib
```
tools
=====
* [imagecon](tools/imagecon)
* [makeadf](tools/makeadf)
The tools have tests:
```
# cd tools/imagecon
# make test
______ ___ _____ _____ ___________
| ___ \/ _ \ / ___/ ___| ___| _ \
| |_/ / /_\ \\ `--.\ `--.| |__ | | | |
| __/| _ | `--. \`--. \ __|| | | |
| | | | | |/\__/ /\__/ / |___| |/ /
\_| \_| |_/\____/\____/\____/|___/
#
```
or test all by running ``make test`` at the top level
license
=======
Some of the code I have included in this repository is copyright by various authors and provided under various licenses. Copyright notices are preseved where possible.