Can't get enough SRCDS.com? Follow us on: Twitter | IRC | Steam
|
Installing The Update Tool
|
| Author |
Message |
GotMILF?
Newbie
Posts: 1
Joined: Nov 2008
Reputation: 0
|
RE: Installing The Update Tool
navyseal Wrote:minibaka use this command I am also using fedora core 5 and this one worked:
Code:
ln -s ./hldsupdatetool.bin /usr/bin/gunzip
I found that if you're trying to install on a server without root access this will not work. Here is what I did.
I first compiled and installed ncompress in my directory from source code. For my installation, within my home directory I installed ncompress in a folder named bin.
Next I changed my path variable by
Code:
$PATH = $HOME/bin:$PATH
If you do not add ":$PATH" other commands will not work, such as "ls" and such.
Finally I ran the hlupdatetool.bin as normal
|
|
| 11-26-2008 09:04 AM |
|