I am trying to install perforce on my Ubuntu machine, after I untar the .tgz file, I get two folders lib and bin. Where would be the executable or how do I install it correctly?
Thanks.
|
|
|
It's actually pretty easy, you just copy (or move) everything in the
|
|||
|
|
'Bin' is usually short for 'Binary', which is where most executables are stored. Do an 'ls' in the unzipped parent directory to see if there are files titled similar to "INSTALL.txt" or "README.txt." If it is a precompiled standalone executable (you might check the site where you downloaded it from for instructions), you should just be able to run it by 'cd'ing to the 'bin' directory and then running |
|||
|
|