Menu

Usage

Bucky Cages

BandViewer 1.01
Written by Yang Wang, 2003.11

For Windows

For Windows,it is much easier to run this java application programme. Just double click the "bv.bat" file and you will get a graphic user interface to do your work.

For Linux

Unzip the package and put the bandviewer1.01 directory to some place, such as
"/home/user/bandviewer1.01", which is denoted as "BANDVIEWER_HOME". Make sure
that the mode of file "bv" in "BANDVIEW_DIR" has been changed into executable.
Finally, add the following lines into the profile files under your user's dir:

For csh: (~/.cshrc)

setenv BANDVIEWER_HOME <Your BandViewer1.01 dirctory>
alias bv "$BANDVIEWER_HOME/bv"

For bash: (~/.bashrc)

export BANDVIEWER_HOME= <Your BandViewer1.01 dirctory>
alias bv="$BANDVIEWER_HOME/bv"

Thus after relogin, just type "bv" in the command line, and BandViewer1.01 isthen at your service. Hope you enjoy it!


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.