Advertisement
Guest User

FWTools installation

a guest
Oct 17th, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.45 KB | None | 0 0
  1. Just unpack, run the install.sh script in the new directory, and then add the bin_safe directory to your path.
  2.  
  3. eg.
  4.  
  5. % tar xzvf FWTools-linux-0.9.5.tar.gz
  6. % cd FWTools-linux-0.9.5
  7. % ./install.sh
  8.  
  9. If you use Bash as your shell add the following to your startup script (ie. ~/.bash_profile):
  10.  
  11. PATH=$PATH:$HOME/FWTools/bin_safe
  12.  
  13. or if you use csh or tcsh as your shell add the following to your .cshrc:
  14.  
  15. setenv PATH $PATH:$HOME/FWTools/bin_safe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement