View Single Post
  #5 (permalink)  
Old 11-07-2005, 07:13 AM
mikeygstl mikeygstl is offline
Member
 
Posts: 13
Default

Quote:
Originally Posted by johndevine
Can you tell me how to extract correctly please, not fully used to linux text mode yet

Thanks

JD
No problem:

# extract(x) the compressed(z) file(f) archive
tar -xzf zcs.tgz
# change directory into zcs
cd zcs
# run install.sh from the present working directory (./)
./install.sh



Everything should go smoothly.
Reply With Quote