# HG changeset patch # User Laurens Holst # Date 1582466350 -3600 # Sun Feb 23 14:59:10 2020 +0100 # Node ID b6aa8cc86b53943edc8db483044d30138865eeeb # Parent d8e6e52e7698c75f68883c7687874519dd133732 README/CHANGES: Clean up, remove BitBucket links. diff --git a/CHANGES.md b/CHANGES.md --- a/CHANGES.md +++ b/CHANGES.md @@ -2,7 +2,7 @@ ================= For the complete list of changes please refer to the -[revision history](https://bitbucket.org/grauw/gunzip/commits/all). +[revision history](https://hg.sr.ht/~grauw/gunzip/log). [1.1] — 2015-11-09 ------------------ @@ -20,5 +20,5 @@ Initial release. -[1.1]: https://bitbucket.org/grauw/gunzip/commits/tag/release-1.1 -[1.0]: https://bitbucket.org/grauw/gunzip/commits/tag/release-1.0 +[1.1]: https://hg.sr.ht/~grauw/gunzip/rev/release-1.1 +[1.0]: https://hg.sr.ht/~grauw/gunzip/rev/release-1.0 diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -10,21 +10,19 @@ Extracts files compressed with the gzip (.gz) format. -Author: Laurens Holst -Site: -Downloads: -History: -Issues: -Support: -License: Simplified BSD License + * Author: Laurens Holst + * Site: + * Source: + * Support: + * License: Simplified BSD License -System Requirements +System requirements ------------------- * MSX, MSX2, MSX2+ or MSX turboR + * 64K main RAM * 16K video RAM - * 64K main RAM * MSX-DOS 2 @@ -62,9 +60,9 @@ You are also free to re-use code for your own projects, provided you abide by the license terms. -Building the project with some of your own modifications is really easy on all -modern desktop platforms. On Mac OS X and Linux, simply invoke `make` to build -the binary and symbol files into the `bin` directory: +Building the project is easy on all modern desktop platforms. On macOS and +Linux, simply invoke `make` to build the binary and symbol files into the +`bin` directory: make @@ -75,7 +73,7 @@ `COMMAND2.COM` and some GZ files to test with in the `bin` directory, and then invoke the `make run` command. -Note that the [glass](https://bitbucket.org/grauw/glass) assembler which is +Note that the [glass](http://www.grauw.nl/projects/glass/) assembler which is embedded in the project requires [Java 8](http://java.com/getjava). To check your Java version, invoke the `java -version` command.