Skip to content

Commit

Permalink
CYGWIN_log: add new installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
lerwys committed Oct 3, 2012
1 parent b5a9b84 commit 05d225c
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions CYGWIN_log
Expand Up @@ -6,17 +6,23 @@ Installation Instructions:
> openssh
> vim, vim-common
> git, git-completion, gitk, git-gui
> make, pyhton interpreter
> make
> pyhton interpreter (python-2.7)

-> Configure ssh client-side options

3 - ssh-host-config -y

4 - At the client
sudo vim /etc/ssh/ssh_config
ForwardAgent yes
ForwardX11 yes
ForwardX11Trusted yes
-> At the client enable X redirection

4 - sudo vim /etc/ssh/ssh_config
> ForwardAgent yes
> ForwardX11 yes
> ForwardX11Trusted yes

-> save and exit (:wq)

-> Set environment variable DISPLAY
-> Set the DISPLAY environment variable

4 - vim ~/.bashrc
> DISPLAY=:0.0
Expand Down

0 comments on commit 05d225c

Please sign in to comment.