The following Web directories will be created under: PARENT-DIR (along with other directories for SPIDER, etc.):
| Directory | Contents |
|---|---|
| web/src | Web source code, libraries |
| web/src/osx | Openmotif code, libraries |
| web/bin | Web executables |
| web/docs | Web documentation |
| web/rgb | Color look-up-tables |
| web/jweb | JWeb directory |
The PARENT-DIR/web/bin directory contains following OSX executable binary files:
| For Platform | Startup file | Executable | Visual | Libraries | Makefile |
|---|---|---|---|---|---|
| OSX 10.4+ on Intel | None needed | web_osx_tru | 24 bit Truecolor | Static OpenMotif | Makefile_osx_tru |
| OSX 10.5+ on Intel | web_osx_8.sh | web_osx_8 | 8 bit | Static OpenMotif | Makefile_osx_8 |
| OSX 10.4 on Intel | web8-osx.zsh | web_osx_8 | 8 bit | Static OpenMotif | Makefile_osx_8 |
You will need to tell your system the location of your Web executable, and other Web related files. If you are using the 'C' shell, you should edit PARENT_DIR in the following line to point to the location of the web installation on your system. Finally place both of the following lines in your .cshrc startup file: (If you do not have a .cshrc file in your home directory you can create it with any text editor.)
alias web "PARENT_DIR/web/bin/web_osx_tru"
setenv SPRGB_DIR "PARENT_DIR/web/rgb"
You will need to tell your system the location of your Web executable, and other Web related files. If you are using the 'C' shell, you should edit PARENT_DIR in the following line to point to the location of the web installation on your system. Finally place the following four lines in your .cshrc startup file: (If you do not have a .cshrc file in your home directory you can create it with any text editor.)
setenv WEB_DIR "PARENT_DIR/web"
setenv WEBBIN_DIR "$WEB_DIR/bin"
setenv SPRGB_DIR "$WEB_DIR/rgb"
alias web "$WEBBIN_DIR/web_osx_8.sh"
The Web startup script: web_osx_8.zsh allows use of Web's 8 bit visual without interfering with use of other applications which need a 24 bit visual (i.e. 'millions' of colours in the X11 preferences menu).
You will need to tell your system the location of your Web executable, and other Web related files. If you are using the 'C' shell, you should edit PARENT_DIR in the following line to point to the location of the web installation on your system. Finally place the following four lines in your .cshrc startup file: (If you do not have a .cshrc file in your home directory you can create it with any text editor.)
setenv WEB_DIR "PARENT_DIR/web"
setenv WEBBIN_DIR "$WEB_DIR/bin"
setenv SPRGB_DIR "$WEB_DIR/rgb"
alias web "$WEBBIN_DIR/web_osx_8.zsh"
Use your web command to start Web.
You may enter the SPIDER file extension on the startup command line, e.g.:
web dat
To control Web: USE MOUSE TO SELECT MENU ITEMS FROM PULL-DOWN MENUS
Further information is given in the Web manual.
If Web does not run
If Web runs but the whole Web application is blank.