SMS is delivered in a single tar-file SMS-version.tar which contains some other tar files and a Makefile which extracts the code and builds SMS, CDP and XCdp.
mkdir /tmp/newsms cd /tmp/newsms
cp SMS-4.4.2.tar .
tar -xvf SMS-4.4.2.tar
make
give the architecture? one of the following:
convex cray hpux aix mips sgi sun ultrix vpp solaris dec
sgi
cd bin ./cdp ...
tar -cf - . | (cd /usr/local/bin/ ; tar -xvf - )
cd /usr/local/documents # or something zcat < /tmp/newsms/smsdoc.tar.Z | tar -xvf -Now you can simply insert the URI into your browser:
file:/usr/local/documents/index.html
The HTML pages do not have links going out. This should make the printing relatively easy. Unfourtunately some of the formatting information may be lost. This is due to the fact that the style sheets used to govern the layout is relatively new to HTML-world. Thus not all is understood by the printing programs.
There are some pre-made PostScript files in directory ./ps, they are not perfect but may be easier to use than re-producing them.
SMS is available for UNIX only, the following table show on which makes and operating system levels SMS has been tested. Notice that some of the test has not been carried out with the latest version due to the lack of access to these systems. Further notice that some of them only runs the client part (that is XCdp is not available.)
At the time of writing ECMWF has the following systems and SMS has been tested on them.
| Make | Operating system and version |
|---|---|
| SGI | IRIX 3.3 - 4.x 5.x 6.x |
| HP | HP/UX 10.1, 10.20 |
| SUN | SunOS 4.1.1, Solaris 2.6 |
| DEC-alpha | Digital UNIX V4.0 |
| FUJITSU | UXV/P 4.1 |
| IBM | AIX Version 3 |
| LINUX | Tested on 2.0(not in distribution) |
| CRAY | UNICOS 6.0 - 7.0 - 8.0 (XMP/ YMP, C90) |
| VAX | Ultrix |
| CONVEX | ConvexOS 9.1 - 10.0 |
| Other systems | |
| VAX | VMS 5.5+UCX 2.0 or higher, (discontinued) |
to be continued...