Commit f1bfe53f authored by runge's avatar runge

reverse (listening) VNC connections.

parent d013b876
...@@ -149,7 +149,7 @@ Unix and Mac OS X: ...@@ -149,7 +149,7 @@ Unix and Mac OS X:
Unpack the archive: Unpack the archive:
% gzip -dc ssvnc-1.0.11.tar.gz | tar xvf - % gzip -dc ssvnc-1.0.14.tar.gz | tar xvf -
Run the GUI: Run the GUI:
...@@ -159,7 +159,7 @@ Unix and Mac OS X: ...@@ -159,7 +159,7 @@ Unix and Mac OS X:
On MacOSX you could also click on the SSVNC app in the Finder. On MacOSX you could also click on the SSVNC app in the Finder.
The smaller file "ssvnc_no_windows-1.0.11.tar.gz" The smaller file "ssvnc_no_windows-1.0.14.tar.gz"
could have been used as well. could have been used as well.
On MacOSX there is also a SSVNC.app directory icon you can click on On MacOSX there is also a SSVNC.app directory icon you can click on
...@@ -170,7 +170,7 @@ Windows: ...@@ -170,7 +170,7 @@ Windows:
Unzip, using WinZip or a similar utility, the zip file: Unzip, using WinZip or a similar utility, the zip file:
ssvnc-1.0.11.zip ssvnc-1.0.14.zip
Run the GUI, e.g.: Run the GUI, e.g.:
...@@ -182,7 +182,7 @@ Windows: ...@@ -182,7 +182,7 @@ Windows:
select Open, and then OK to launch it. select Open, and then OK to launch it.
The smaller file "ssvnc_windows_only-1.0.11.zip" The smaller file "ssvnc_windows_only-1.0.14.zip"
could have been used as well. could have been used as well.
You can make a Windows shortcut to this program if you want to. You can make a Windows shortcut to this program if you want to.
......
#!/bin/sh #!/bin/sh
rm -rf ./src/tmp/* || exit 1 rm -rf ./src/tmp/* || exit 1
vers=1.0.13 vers=1.0.14
cd .. || exit 1 cd .. || exit 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment