CXrL SHADOW binary distribution (split version) ============================================== MANIFEST: README.split .............................. This file. sh_w32_zip.* .............................. Windows'95/NT shadow-2.3.0-i386-linux.tar.gz.* .......... Linux (RedHat, Debian) shadow-2.3.0-hppa1.1-hp-hpux9.07.tar.gz.* . HP-PA RISC HP-UX 9.07 shadow-2.3.0-sparc-sun-sunos4.1.3.tar.gz.* Sun SPARC SunOS 4.1.3 shadow-2.3.0-sparc-sun-solaris2.4.tar.gz.* Sun SPARC Solaris 2.4 shadow-2.3.0-alpha-dec-osf3.2.tar.gz.* .... DEC Alpha DU/OSF 3.2 shadow-2.3.0-rs6000-ibm-aix4.2.tar.gz.* ... IBM RS/6k AIX 4.2 These distributions include core SHADOW v2.3.0 and the GUI version 1.1.0, but NOT the documentation. You need to get shadow-docs as well. There is a simple-minded tutorial to get you started with the GUI at http://shadow.xraylith.wisc.edu/shadow/GUI. Please see the README file included in the distribution for further instructions on how to install SHADOW on your system. All files are first compressed with GNU zip utility, hence the .gz extension and then split into multiple parts for easy transmission over the network. On Unix, you can recombine the "parts" using "cat" and on Win32, use "COPY /B" to recombine into the respective GNU zip and Windows ZIP formats respectively. If you do not have gunzip, then either get the source from a GNU/FSF ftp site (eg., prep.ai.mit.edu:/pub/gnu) or use the precompiled one in ../../unsupported directory. Ditto for the "patch" program. Must have a version of UNZIP for Windows'95/NT that understands long filenames (eg., WinZIP 6.2 available from http://www.winzip.com). ========================= CXrL version SHADOW 2.3 ======================== >> WHAT YOU SHOULD GET: For Unix (Substitute $platform for whatever platform you need): - README.split (this file) - ../README (the master readme) - shadow-2.3.0-${platform}.tar.gz.* (ie., all parts) - ../shadow-docs.tar.gz And if your system does not have GNU unzip (gunzip) to unpack: - ../../unsupported/gunzip-$platform.Z IF NEEDED For Windows'95/NT: - README.split (this file) - ../README (the master readme) - ../INSTALL.w95 - sh_w32_zip.* (ie., all parts) - ../shadow-docs.zip ========================================================================== >> UNPACKING AND CONFIGURATION: >>>> Unix: All the binaries are tar'd and GNU zip'd (hence the .tar.gz extension). If you do not have "gunzip", then you can get the pre-built binaries from our FTP site (../unsupported directory) or build it yourself from the source code available at any fine GNU mirror (eg., PREP at MIT ftp://prep.ai.mit.edu/pub/gnu). Unpacking instructions: % mkdir /usr/local % cd /usr/local % cat /tmp/shadow-2.3.0-i386-linux.tar.gz.* | gunzip -c | tar xvf - % gunzip -c /tmp/shadow-docs.tar.gz | tar xvf - You should now see a directory tree that looks like the following: shadow/ ./.shadowrc ................ Startup file for CSH users ./.shadowrc.sh ............. Startup file for sh/bash/ksh users ./NEWS ..................... What's new ./README ................... This file ./SHADOW_VERSION ........... SHADOW version information ./SHADOW_GUI_VERSION ....... SHADOW GUI version information ./bin/ ..................... All SHADOW binaries ./data/ .................... SHADOW data files (mostly binary) ./doc/ ..................... Documentation (precious little) ./lib/ ..................... Mostly shared libraries you might not have ./tcl/ ................. GUI (tcl/tk etc) scripts ./libexec/ ................. GUI library executables If you cannot or do not want to install in /usr/local/shadow, then you will have to edit the two SHADOW startup files located at the top of the tree (.shadowrc for csh/tcsh users and .shadowrc.sh for Bourne or Korn shell users) and edit the SHADOW_ROOT variable. >>>> Windows'95/NT: All the binaries are zipped with PkZip and you must unpack with a compatible unzipper that understands long file names (or else you lose!). WinZip 6.2 (http://www.winzip.com) is such a compatible and a very competent program. Unpacking instructions: C:\> copy /b sh_w32_zip.aa,sh_w32_zip.ab,sh_win32_zip.ac shadow-win32.zip C:\> mkdir c:\Programs C:\> cd \Programs C:\> pkunzip c:\windows\temp\shadow--win32.zip C:\> pkunzip c:\windows\temp\shadow-docs.zip You should now see a directory tree that looks like the following: shadow\ shvars.bat................ Startup file for COMMND.COM NEWS ..................... What's new README ................... This file INSTALL.w95 .............. More on installing Windows'95 SHADOW_VERSION ........... SHADOW version information SHADOW_GUI_VERSION ....... SHADOW GUI version information bin\ ..................... All SHADOW binaries data\ .................... SHADOW data files (mostly binary) doc\ ..................... Documentation (precious little) lib\ ..................... Mostly shared libraries you might not have \tcl\ ................ GUI (tcl/tk etc) scripts libexec\ ................. GUI library executables In C:\Programs\shadow, you will find "shvars.bat", which contains all the DOS variables and PATH statements that you will need to run SHADOW properly. Please inspect this file and make the appropriate changes to SHADOW_ROOT and PATH statement (leaving the slashes the way they are!) if you installed to somewhere other than the default c:\Programs\shadow. Please also insert the following in your AUTOEXEC.BAT file and reboot to start using SHADOW: REM == REM SHADOW startup variables. REM == CALL C:\Programs\shadow\shvars.bat REM == REM SHADOW startup variables. REM == You can also use the following in your AUTOEXEC.BAT file: IF EXIST C:\Programs\shadow\shvars.bat CALL C:\Programs\shadow\shvars.bat ========================================================================== >> CONTACT: For more information on SHADOW, please contact Mumit Khan at +1 608 265 6075 or Franco Cerrina at +1 608 263 4955 . Center for X-ray Lithography University of Wisconsin - Madison 1415 Engineering Drive Madison WI 53706 ========================================================================== >> MAILING LIST: There is also a mailing list for SHADOW users. To join, send a mail to majordomo@xraylith.wisc.edu with "subscribe shadow-users" in the body of the message. More info at the SHADOW Web site: http://shadow.xraylith.wisc.edu/shadow ------- x --------