From 7687b7547f6776405fccc9980d284a5aadf37bf5 Mon Sep 17 00:00:00 2001 From: skrll Date: Fri, 3 Dec 2004 15:15:23 +0000 Subject: Update arcem to 1.00 Changes are - New manual and new SourceForge page. Other documentation deprecated. - Added project files for MS VC++, and fix warnings provoked by it. - Further split of windowing/non-windowing functionality to aid division of architecture-independent files. - Windows version made independent from Cygwin. - Windows support imported from eQRD version. Features brought inline with other versions, including icon change, and same format for choices file. - Entirety of build warnings fixed under GCC, including those that appeared from turning on harsh warning flags. - General tidying. - Makefile rearranged so that default Unix builds are more sensible. - Support for running RISC OS, by Alex Macfarlane Smith and Peter Naulls - Split of the windowing aspects of the code, to allow independent development. - Some small speed ups. - Source code tidying and warning fixes. --- emulators/arcem/MESSAGE | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'emulators/arcem/MESSAGE') diff --git a/emulators/arcem/MESSAGE b/emulators/arcem/MESSAGE index 6d9e729041e..4b4f231db94 100644 --- a/emulators/arcem/MESSAGE +++ b/emulators/arcem/MESSAGE @@ -1,18 +1,16 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.3 2003/05/06 17:41:09 jmmv Exp $ +$NetBSD: MESSAGE,v 1.4 2004/12/03 15:15:23 skrll Exp $ -When you run armul-arc, you need to be in a directory containing the -armem files and the ROM file. The distribution is supplied with the +When you run arcem, you need to be in a directory containing the +arcem files and the ROM file. The distribution is supplied with the Linux ROM and Hard Drive files from Dave Gilbert's site. The hard drive -file needs to be writable by you. Also, you will need an -.arcemrc file in your home directory e.g. +file needs to be writable by you. For example: - $ cp -R ${PREFIX}/share/arcem ~/Archimedes + $ mkdir ~/Archimedes + $ cp ${PREFIX}/share/arcem/* ~/Archimedes $ cp ~/Archimedes/dot.arcemrc ~/.arcemrc $ cd ~/Archimedes $ chmod +w HardImage1 - $ armul-arc - -See ${PREFIX}/share/arcem/README.OrElse for more details. + $ arcem =========================================================================== -- cgit v1.2.3