在 linux 上安装 perforce 可视化客户端
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11060032/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Installing perforce visual client on linux
提问by Manish
I am from Mac background trying my hand at installing perforce client visual(P4V) on my linux box.For this I download the correct version hereand untar the files.
Then I cd to the directory
我来自 Mac 背景,正在尝试在我的 linux 机器上安装 perforce client visual(P4V)。为此,我在这里下载正确的版本 并解压缩文件。
然后我cd到目录
~/Desktop/p4v-2012-blah-blah/bin
~/桌面/p4v-2012-blah-blah/bin
I also say
我也说
chmod +x p4*
chmod +x p4*
After this i try running p4v (by double clicking) but I dont see anything .The file type is shown as a "text executable"but i dont know why it is not running. On mac i had done the same thing -just clicked on p4v and the client would show up(where I filled the server address and everything )But not sure what is going wrong here.Can someone give me directions?
在此之后,我尝试运行 p4v(通过双击),但我什么也没看到。文件类型显示为“文本可执行文件”,但我不知道为什么它没有运行。在 mac 上我做了同样的事情 - 只需点击 p4v,客户端就会出现(我填写了服务器地址和所有内容)但不确定这里出了什么问题。有人能给我指点吗?
FWIW i did check out thislink and I do see the desktop (so GNOME is probably installed ?) .Hence p4v should be able to run.
FWIW 我确实检查了这个链接,我确实看到了桌面(所以可能安装了 GNOME?)。因此 p4v 应该能够运行。
回答by ynka
I know we don't like link-based answers, but there is a rather complete walk-through here: http://www.perforce.com/documentation/tenminute-test-drive-linuxunix
我知道我们不喜欢基于链接的答案,但这里有一个相当完整的演练:http: //www.perforce.com/documentation/tenminute-test-drive-linuxunix
Probably should be on Super User though.
不过可能应该是超级用户。
回答by akiko
You may have a 64bit Linux and tried to install a x86 P4V or vice versa, which is why the command doesn't run. Check that the OS and app types match.
您可能有 64 位 Linux 并尝试安装 x86 P4V,反之亦然,这就是该命令无法运行的原因。检查操作系统和应用程序类型是否匹配。