'프로그램 사용/cygwin & Xming'에 해당되는 글 23건

  1. 2009.03.24 Xming - Xwindow launcher for windows using cygwin/x
  2. 2009.03.24 cygwin/x 설치하기 2
  3. 2009.03.24 cygwin, cygwin/x, KDE-cygwin
이녀석은.. cygwin/x 프로젝트를 이용해서 특화시킨 것으로 보인다.




[공식 : http://www.straightrunning.com/XmingNotes/]
[프로젝트 홈 : http://sourceforge.net/projects/xming/]
[발견 : http://aboutnz.com/272]


$ ssh -Y -l username ip_address_of_remote_server
Y - Enables trusted X11 forwarding

[참고 : http://ganeshbollapragada.blogspot.com/2005/03/cygwinx-displaying-remote-xapps-on.html]


putty에서 X11 forwarding 켜는 옵션의 위치
Posted by 구차니
아직 원하는 것을 실행하기에는 내공이 부족한지라 또 다시 좌절중 OTL
아무튼 최종 목표는 cygwin에 kscope를 구동시키는 것이다.
(kscope는 source insight와 유사한 KDE 프로그램이며, KDE는 QT 기반이며, kscope는 cscope의 GUI Frontend이다.)

Step 1. 다음 눌러도 되는 부분은 패스~하고
           이 부분에서는 한국에서 한다면 ftp://ftp.daum.net 으로 설정한다. 엄청난 속도를 자랑한다 -.-b


Step 2. Cygwin/x를 위해서는 별도의 인스톨러가 있는 것이 아니라, 설치시에 원하는 패키지를 추가로 설치해주면 된다.
           일단 X-start-menu-icons를 선택하면 자동으로 시작메뉴에 추가해줄 뿐만 아니라, 필수 패키지가 자동으로 선택된다.
           필수 패키지 : xorg-server, xinit

Step 3. Cygwin 마지막 단계로, Icon을 생성하는 것에 대한 물음이다.


Step 4. 아무튼 설치가 끝나면(물론 마지막에 Add icon to Start Menu를 해줘야 할 듯?) 이렇게 추가가 된다.
          XWin Server를 구동하면, 처음실행시에는 보안경고가 뜨므로, 방화벽에 예외로 추가 하도록 하면된다.


Step 5. 시스템 트레이에 가동중인 XWin Server의 아이콘


Step 6. 위의 메뉴에서 xterm을 구동하고 별도로 설치한 xclock 프로그램을 xterm에서 구동한 모습


Step 7. 별도로 설치한 gvim을 xterm에서 구동한 모습
           이녀석을 구동하기 위해서는 fontconfig 라는 패키지를 별도로 설치해주어야 한다.


Step 8. gvim의 등록정보

 C:\cygwin\bin\run.exe -p /usr/X11R6/bin gvim -display 127.0.0.1:0.0
여기서 눈여겨 볼 것은, 대상에 들어 있는 명령어들이다. 자세한 내용은 알 수 없지만, X-Window 터미널 설정 및
X-Window Client로 접속하기 위한 ip가 보인다.(127.0.0.1:0.0 <- 자기 자신에 접속하고, 0.0 DISPLAY 사용)

[cygwin : http://cygwin.org/]

참고 : 2009/03/24 - [프로그램 사용/cygwin] - cygwin, cygwin/x, KDE-cygwin


---
2012.1.25 추가
x-start-icon 으로 설치하니 209MB의 위엄 -_-

 
설치된 패키지의 목록
 
Posted by 구차니
cygwin은 윈도우에서 리눅스를 돌려주는 일종의 에뮬레이터이다.

What Is Cygwin?

Cygwin is a Linux-like environment for Windows. It consists of two parts:
  • A DLL (cygwin1.dll) which acts as a Linux API emulation layer providing substantial Linux API functionality.
  • A collection of tools which provide Linux look and feel.

    The Cygwin DLL currently works with all recent, commercially released x86 32 bit and 64 bit versions of Windows, with the exception of Windows CE.

    Note that the official support for Windows 95, Windows 98, and Windows Me will be discontinued with the next major version (1.7.0) of Cygwin, which is in beta testing right now.


  • What Isn't Cygwin?

  • Cygwin is not a way to run native linux apps on Windows. You have to rebuild your application from source if you want it to run on Windows.
  • Cygwin is not a way to magically make native Windows apps aware of UNIX ® functionality, like signals, ptys, etc. Again, you need to build your apps from source if you want to take advantage of Cygwin functionality.

  • 일단 찾아 보니 cygwin에 이식된 QT도 있으니,
    한번 소스를 받아서 cygwin + cygwin/x + KDE-cygwin + kscope 를 해봐야겠다.

    -- platfrom --
    [cygwin : http://www.cygwin.com/]
    [cygwin/x : http://x.cygwin.com/]
    [KDE-cygwin : http://kde-cygwin.sourceforge.net/]

    -- kscope subsystem --
    [ctags : http://ctags.sourceforge.net/]
    [cscope : http://cscope.sourceforge.net/]
    [kscope : http://kscope.sourceforge.net/]
    [graphviz : http://www.graphviz.org/]

    -- valgrind --
    [valgrind : http://valgrind.org/]
    [KCachegrind : http://kcachegrind.sourceforge.net/cgi-bin/show.cgi/KcacheGrindIndex]
    Posted by 구차니