From c086d9f2e5aa03833fe0cc4591bf286705b30313 Mon Sep 17 00:00:00 2001 From: Mark Aufflick Date: Tue, 18 Oct 2011 15:55:54 +1100 Subject: [PATCH] updated readme --- .gitignore | 2 ++ README.md | 16 +++++++++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 932eaf2..711aa40 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +KEGSMAC.app +to_pro *.o src/16inst_c.h src/8inst_c.h diff --git a/README.md b/README.md index e17995d..dacaf8b 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,23 @@ Kegs is an Apple //gs emulator for Mac OS X, Win32, Linux and Unix/X11 The latest version on the main KEGS home page is v0.91 which doesn't work on Intel Macs. In fact, only small build changes are required, so I have forked the code to Github with my changes. -Original homepage with useful info on how to get it running is here: (http://kegs.sourceforge.net/)[http://kegs.sourceforge.net/] +Original homepage with useful info on how to get it running is here: http://kegs.sourceforge.net/ + +Building +-------- + +* Install Apple's dev tools +* cd src +* make +* make to_pro # this is a utility for formatting disk images - see below + +You will now have a .app for the emulator and a commandline tool to_pro in the src directory. Disk image and compression utilities ------------------------------------ -NuLib: (http://www.nulib.com/)[http://www.nulib.com/] -Ciderpress (Windows): (http://ciderpress.sourceforge.net/)[http://ciderpress.sourceforge.net/] +NuLib: http://www.nulib.com/ +Ciderpress (Windows): http://ciderpress.sourceforge.net/ License -------