Skip to content

Commit

Permalink
Punt on trying to make a quick launch script work. Include readme exp…
Browse files Browse the repository at this point in the history
…laining how to run TurboVNC Viewer in an xterm

git-svn-id: svn+ssh://svn.code.sf.net/p/turbovnc/code/trunk@371 799e4f7b-5fd2-41f6-823c-2ecc41bc7f0b
  • Loading branch information
dcommander committed Jan 8, 2007
1 parent 1875f40 commit 997265f
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
27 changes: 27 additions & 0 deletions vnc_unixsrc/ReadMe-MacApp.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
The Mac TurboVNC Viewer is a Unix application which must be executed inside
the Mac X11 environment. To do this,

-- Install the Mac X11 Application (this application is not installed by
default but is available on the OS X installation discs.)

-- Start the X11 application (in Applications->Utilities)

-- Start a new xterm (Command-N) if one isn't started already

-- In the xterm window, type

/opt/TurboVNC/bin/vncviewer

-- If connecting to a TurboVNC server over a high-latency, low-bandwidth
network, instead type

/opt/TurboVNC/bin/vncvewer -broadband

-- Once connected, you can press the F8 key to bring up a configuration
dialog that will allow you to adjust the image quality and other settings.

-- Type

man -M /opt/TurboVNC/man vncviewer

for more advanced usage
6 changes: 3 additions & 3 deletions vnc_unixsrc/ReadMe.rtf
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
\cf0 \
TurboVNC, in combination with VirtualGL, provides a complete environment for remotely displaying 3D applications with interactive frame rates. It can also be used to remotely display other types of real-time video applications.\
\
This package includes the TurboVNC Viewer (vncviewer), which is necessary to connect to TurboVNC servers. The Macintosh X11 application (which is not installed by default but which can be installed from the OS X distribution discs) must be installed prior to using the TurboVNC Viewer. \
This package includes the TurboVNC Viewer (vncviewer), which is necessary to connect to TurboVNC servers. The Macintosh X11 application (which is not installed by default but which can be installed from the OS X distribution discs) must be installed and started prior to using the TurboVNC Viewer. \
\
You can start the TurboVNC Viewer either through the link provided in the Applications folder or by running \
You can start the TurboVNC Viewer by running \
\
\pard\pardeftab720\li720\ql\qnatural

\f1 \cf0 /opt/TurboVNC/bin/vncviewer\
\pard\pardeftab720\ql\qnatural

\f0 \cf0 \
in a terminal window. Run\
in an X11 terminal window. Run\
\
\pard\pardeftab720\li720\ql\qnatural

Expand Down
2 changes: 1 addition & 1 deletion vnc_unixsrc/makemacpkg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install -m 755 vncviewer/vncviewer $pkgtmpdir/pkg/Package_Root/opt/$pkgname/bin
install -m 755 /usr/lib/libturbojpeg.dylib $pkgtmpdir/pkg/Package_Root/opt/$pkgname/lib
install_name_tool -change libturbojpeg.dylib /opt/VirtualGL/lib/libturbojpeg.dylib $pkgtmpdir/pkg/Package_Root/opt/$pkgname/bin/vncviewer
install -m 755 vncviewer/vncviewer.man $pkgtmpdir/pkg/Package_Root/opt/$pkgname/man/man1
sudo ln -fs /opt/$pkgname/bin/vncviewer "$pkgtmpdir/pkg/Package_Root/Applications/$pkgname/$pkgname Viewer"
install -m 644 ReadMe-MacApp.txt "$pkgtmpdir/pkg/Package_Root/Applications/$pkgname/Read Me.txt"
sudo chown -R root:admin $pkgtmpdir/pkg/Package_Root
cp License.rtf Welcome.rtf ReadMe.rtf $pkgtmpdir/pkg/Resources/
$PACKAGEMAKER -build -v -p $pkgtmpdir/$pkgname-$_VERSION.pkg \
Expand Down

0 comments on commit 997265f

Please sign in to comment.