From 4e4ca09af87e16f7ad252a3d2609391b60772ba9 Mon Sep 17 00:00:00 2001 From: Ed McCardell Date: Thu, 15 Mar 2012 15:34:42 -0400 Subject: [PATCH] New README --- README.md | 27 +++++++++++++++++++++++++++ README => README.orig | 0 2 files changed, 27 insertions(+) create mode 100644 README.md rename README => README.orig (100%) diff --git a/README.md b/README.md new file mode 100644 index 0000000..a501930 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# twoapple-reboot + +**An Apple II emulator for Linux, written in the D programming language** + +twoapple-reboot is a fork of [twoapple](https://code.google.com/p/twoapple) +updated to work with the latest version of D on both 32- and 64-bit Linux. + +### Building + +twoapple-reboot works with dmd 2.058; I haven't tried it with ldc/gdc. + +It depends on [gtkd](www.dsource.org/projects/gtkd) and [Derelict2](www.dsource.org/projects/derelict) + +Build by running `make` in the `src` directory; if the dependencies aren't installed to standard import/lib paths, you can do +``` +make GTKD=/path/to/gtkd DERELICT=/path/to/Derelict2 +``` + +### Use +For now, see README.orig + +### TODO + ++ working sound ++ better UI ++ cassette emulation ++ more peripherals diff --git a/README b/README.orig similarity index 100% rename from README rename to README.orig