From 2df63c374cdf658fa0c1dab0b8fed8f6f0bd647e Mon Sep 17 00:00:00 2001 From: Lee Fastenau Date: Mon, 3 Jul 2017 22:13:33 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3f5693..e9b0c01 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,11 @@ Here's the list of the prerequisites you'll need to get the `makefile` to work. * [DASM](https://sourceforge.net/projects/dasm-dillon/files/dasm-dillon/) (2.20.11) - Macro assembler. * Make sure this is saved somewhere in your PATH. -* [AppleCommander](https://sourceforge.net/projects/applecommander/files/AppleCommander%20-%20Stable/) (1.3.5) - Apple II disk image utility. +* [AppleCommander command-line tool](https://sourceforge.net/projects/applecommander/files/AppleCommander%20-%20Stable/) (1.3.5) - Apple II disk image utility. + * Make sure to download the command-line tool: "AppleCommander-*[version]*-**ac**.jar" * Requires Java (because this will be neither easy nor straightforward) - * Save the .jar file to `/usr/local/bin/ac.jar` or modify the path in the `makefile` using a text editor + * Create an environment variable pointing to the downloaded .jar file: + * Example: `export APPLE_COMMANDER=/usr/local/bin/AppleCommander-1.3.5-ac.jar` * [Virtual \]\[](http://www.virtualii.com/) (7.6) - Apple II emulator. * Requires Apple II ROMs (because emulation)