原创 sdulmy 最后发布于2019-07-06 19:54:27 阅读数 179 收藏
展开
https://www.cnblogs.com/ChenChangXiong/p/11713852.html
https://sourceforge.net/projects/xming/
https://blog.csdn.net/u014303046/article/details/78752909?utm_source=blogkpcl0
Cygwin安装,自行Google,基本就是下一步。常用包 vim,make,gcc等。如果需要通过ssh打开远程服务器端的程序,需要X11 forwarding。否则,会显示“Unable to initialize gtk, is DISPLAY set properly?”。具体解决方案如下:
step1. 在Cygwin中安装3个包
xinit (X11)
cygutils-x11 (X11)
xterm (X11)
step2. 启动"XWin Server"
step3. 打开Cygwin,输入
export DISPLAY=:0.0
ssh -Y [email protected] -p 2333
reference:
https://x.cygwin.com/docs/ug/using-remote-apps.html
https://cs.hofstra.edu/docs/pages/guides/cygwin_x11_forwarding.html
————————————————
版权声明:本文为CSDN博主「sdulmy」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/sdulmy/article/details/94889084
原文地址:https://www.cnblogs.com/schips/p/12563373.html
时间: 2024-10-07 21:59:24