Welcome to command view :: Version 0.8.01 Author :: S.Ansell e-mail :: ansell@esrf.fr This software is released under the GNU licence. Please read the licence.txt that comes with this distribution, you must obey its terms to have, use or distribute this software. VERSTION NUMBERING ------------------ Current version is 0.8.x. This represents a release whereby the Fortran sections don't depend on the old Spec_In fixed array common block. However, nothing has yet been done about making the group memory flexible and at the moment they are fixed to a maximum of 4000 pts. Version 0.9 will have flexible groups. INTALLATION ----------- Requirements ------------ Installation from sources is relatively simple with the GNU compiler and normally much more difficult with other compilers. Currently the program uses C++ from the ratified standard and the STL from that same standard. Additionally it used standard F77 with the DEC extensions (do, enddo etc) Compilers know to compile the program correctly : >gcc 2-95-0 && >g77 0.5.20 >egcs 1.2.0 && >g77 0.5.20 code-warrior 4.0+ has been reported as ok. -- please send me some details if you have make file and changes list for this. Strongly advise users to the latest gcc release. (see http://gcc.cygnus.com) You will also need >pgplot5.2 libraries and >Motif 1.1.2. pgplot is freeware and can be downloaded from the same place you got this. Motif is commercial, however, the program works with LessTif availiable from (ftp.lip6.fr) + other main distribution sites. Install pgplot5.2 with both the normal fortran libraries and the optional C libraries ( user -->make cpg ). Ensure that the XMOTIF option is set in the pgplot build file. Installation ------------ Choose the directory, that you wish to make the installation, un-tar the script (tar -xzvf cmdnw.tar.gz) and edit the makefile. Change SRCDIR to point to your current directory, Change CCOMPL to point to your C++ compiler and change FCOMPL to point to your Fortran compiler. Edit the library link line and includes if necessary. (LIBS) Enter make Then the program should build. Correct for :: Current version is 0.8.01