Skip to content

pinhead84/OSXvnc

This branch is 31 commits behind stweil/OSXvnc:main.

Folders and files

NameName
Last commit message
Last commit date
Apr 8, 2017
Dec 8, 2017
Nov 21, 2016
Nov 21, 2016
Nov 21, 2016
Nov 21, 2016
Mar 14, 2018
Dec 16, 2017
Oct 11, 2015
Oct 5, 2015
Apr 18, 2017
Mar 22, 2017
Oct 5, 2015
Nov 27, 2016
Nov 27, 2016
Jan 21, 2003
Feb 7, 2015
Feb 7, 2015
Aug 27, 2003
Sep 27, 2018
Nov 27, 2016
Dec 14, 2017
Dec 15, 2017
Jun 16, 2009
Nov 19, 2016
Nov 1, 2006
Feb 7, 2015

Repository files navigation

Build Status

Vine VNC Server (OSXvnc)

The code in this Git repository is based on the CVS repository at http://osxvnc.cvs.sourceforge.net/viewvc/osxvnc/. It was created using this command:

git cvsimport -d :pserver:anonymous@osxvnc.cvs.sourceforge.net:/cvsroot/osxvnc OSXvnc

Vine was developed at Redstone Software which was acquired by TestPlant.

This is a modified private copy of the original software.

News

2017-12-15

libjpeg-turbo now is only needed for building. It is no longer required for running the server.

The software license was updated from GPL 2 to GPL 3.

2016-11-20

Builds now require https://sourceforge.net/projects/libjpeg-turbo/ or a compatible libjpeg.

2015-10-10

Vine VNC server now also works with high resolution (retina) displays (thanks to Tom Sealy who wrote the new code).

Building

Vine VNC server requires Xcode to build a distributable packet from sources.

In addition, it expects the JPEG library libjpeg-turbo installed in directory /opt/libjpeg-turbo. A suitable binary package for macOS is available at SourceForge.

Building from Xcode

Open OSXvnc.xcodeproj in Xcode and build the "Vine Server Package".

You will find the distributable at /tmp/VineServer.dmg

Building from the command line

Run this command from the command line:

xcodebuild -configuration Deployment

Again you will find the distributable at /tmp/VineServer.dmg

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/ or the file LICENSE in the distribution.

Links

CVS repository at Sourceforge:

Other Git clones of the CVS code:

Documentation at TestPlant.com:

RFB Standard:

About

VNC Server for macOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 57.8%
  • C++ 24.3%
  • Objective-C 15.8%
  • HTML 1.5%
  • Other 0.6%