Download Manual

Transcript
Appendices
107
A Installation
Jana2000 is freely available in the Jana2000 homepage1 or in the anonymous ftp2
server. The following files can be downloaded:
README.TXT
Downloading and installation notes
jana2000Pack.exe
The self extracting installation file for UNIX
jana2000.tar.gz
Installation files for UNIX compressed by gzip
janainst.exe
Files for Windows containing the executable optimized for Intel
Pentium Pro, Pentium II, Pentium III and compatible processors.3
manual2000.pdf
this manual
manual2000.doc
For UNIX the recommended way of installation is to process jana2000Pack.exe4 by
command
source jana2000Pack.exe
executed from the prompt of csh or tcsh.
For Windows the installation is started by executing janainst.exe.
A.1
Ftp commands
Jana2000 is usually downloaded through the WWW. An alternative way is
downloading by ftp from the anonymous ftp server ftp.fzu.cz. Besides various
graphical ftp programs a command line ftp exists that can be usually started from the
prompt in UNIX workstation or through Start → Run under Windows. Here are ftp
command necessary for downloading of Jana2000:
Command
ftp ftp.fzu.cz
cd pub/cryst/jana2000
lcd c:\something
dir
binary
get janainst.exe
quit
Meaning
Connects to the server ftp.fzu.cz. The user name is
“anonymous”, the password is the e-mail address of the user.
Changes remote directory to jana2000
Changes local directory (important for Windows where it is not
sure what is the default local directory)
Shows contents of the remote directory
Sets binary transfer
Copies the installation file from the remote directory to the
local directory.
Exits ftp
A.2
Installation of UNIX version
A.2.1
Installation from jana2000Pack.exe
The distribution contains source files and Makefile for the basic UNIX platforms:
SunOS/Solaris, IRIX, HPUX, AIX, LINUX, OSF and MACOSX. For successful
compilation compilers of the C and FORTRAN77 or FORTRAN90 languages and
X11 graphical library [10] are necessary.
1
http://www-xray.fzu.cz/jana/jana.html
ftp://ftp.fzu.cz/pub/cryst
3
Versions for older processors, for instance 486, will be delivered by request.
4
The extension exe is used in order to convince Web browsers that it is a binary file. In fact the file is not
executable. It is combination of an ASCII header and a binary archive.
2