Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
Guido committed Mar 24, 2022
1 parent b3c452b commit 28f471a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 28f471a

Please sign in to comment.