- OpenVMS port of ACM version 4.7      Dec 1994  ===============================   C You can run ACM on default scenery via FREEWARE_DEMO.COM procedure.   N FREEWARE CDROM distribution: Sources and sceneries are available under [.SRC]  directory in ACM-47.ZIP file   To rebuild: 
 ==========  K You need DEC C to compile and run successfully ACM under OpenVMS VAX & AXP.   D Executables are available in the kit (for VAX/VMS 6.0/Motif 1.1 and  AXP VMS 6.1/Motif 1.2)  D Objects are also available (in [.SRC] directory, vax objects are in D VAXOBJ.ZIP file and AXP ones in AXPOBJ.ZIP file, and libraries under [.V.LIB] directory.   & To rebuild ACM from sources, you need:    1) To rebuild LIBV library      $ SET DEF [.V.LIB]   $ @COMPILE_DECC.COM    $ LIB/CRE LIBV.OLB   $ LIB LIBV.OLB *.OBJ   $ DELETE *.OBJ;     2) To build ACM server      $ SET DEF [-.-.SRC] K   $ @COMPILE_SERVER_REAL_DELTA_T.COM   (or @COMPILE_SERVER.COM is you don't E                                         care of real time simulation) E   $ @LINK_SERVER.COM                   ( $LINK_SERVER_AXP.COM on AXP)       3) To rebuild ACM client      $ @COMPILE_ACM.COM   $ @LINK_ACM.COM      To install ACM, you need:   H   1) To create an ACM directory somewhere and set up ACM_LIBRARY logical      $ SET DEF disk:[somewhere]     $ CREATE/DIR [.ACM]C    $ DEF  ACM_LIBRARY disk:[somewhere.ACM]  (or DEF/SYS if you can)   P  2) To copy in ACM_LIBRARY all objects description files and the two executables      $ SET DEF [.ACM] :    $ COPY disk:[XXX.ACM-4_5.OBJECTS]*.* * /log/prot=(w:re)8    $ COPY disk:[XXX.ACM-4_5.SRC]*.exe * /log/prot=(w:re)    3) To define the two symbols:      $ acm  :== $acm_library:acm    $ acms :== $acm_library:acms   I ACM is very CPU intensive. You can reduce the window size to speed up the J simulation. A 800x600 value seems good on a not very slow VAX. You can put this size in the acm symbol:  1   $ acm :== "$acm_library:acm  -geometry 800x600"   I With this geometry, you can acheive 5 frames/sec on a VS 4000-60 with the I standard scenery. But a faster workstation (VS 4000-90 or AXP) is better.     4) Install the help files  I     Two help files are provided under disk[xxx.ACM-4_5.SRC] , ACM.HLP and C     ACMS.HLP ; you can install them into an available help library.   -  5) Read the Postscript docs and README. file   5     The Postscript docs are KEYBOARD.PS and ACMDOC.PS      Enjoy !!    G Thanks to Patrick L. Mahan for the Unix String and Unix time emulation  3 routines for VMS found in DECUS X11R4 distribution.   O Thanks to Curt Hjorring <c.hjorring@auckland.ac.nz> for the VMS IOCTL emulation  found in XPILOT distribution.     ' Patrick Moreau, CENA/Athis-Mons, FRANCE    pmoreau@cena.dgac.fr moreau_P@decus.decus.fr 