summaryrefslogtreecommitdiff
path: root/emulators/arcem/MESSAGE
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2004-12-03 15:15:23 +0000
committerskrll <skrll@pkgsrc.org>2004-12-03 15:15:23 +0000
commitb7a81af86c3ec7b08f30dbba34aa49c61317ed6d (patch)
tree3c0c3250090c1e36b994b9f9fde46e5c0a489e03 /emulators/arcem/MESSAGE
parent6e02d7ee4135596fbf3221f6c20ff5e8cf314775 (diff)
downloadpkgsrc-b7a81af86c3ec7b08f30dbba34aa49c61317ed6d.tar.gz
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.
Diffstat (limited to 'emulators/arcem/MESSAGE')
-rw-r--r--emulators/arcem/MESSAGE16
1 files changed, 7 insertions, 9 deletions
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
===========================================================================