From 28f471a6858ccaa64aa012fab22688dfcd2a3f59 Mon Sep 17 00:00:00 2001 From: Guido Date: Thu, 24 Mar 2022 22:25:16 +0100 Subject: [PATCH] README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9679ceb..dd5346b 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,16 @@ Work in progress. Not quite usable yet! * Framebuffer compatible with original code for graphical output (currently, the emulator only runs in terminal-based text mode). * Optional support for disk image files in Medos-2 format (such as those provided for Jos Dreesen's *Emulith* emulator). +## Compiling And Installation +1. Download the .tar.gz packages from the "[Releases](https://github.com/ghoss/m2emul/releases)" page. +2. Extract and build: + ``` + $ tar xzf m2emul-x.y.tar.gz + $ cd m2emul-x.y + $ ./configure + $ make && make install + ``` + ## Usage ``` USAGE: mule [-hV] [object_file]