Source Code
From Synergy Wiki
Before committing code, read the Hacking guide.
Contents |
Browse online
- WebSVN (mirror): Browse, Log
- Google Code (actual svn host): Browse, Log
- SourceForge (legacy - out of date): Browse, Log
Download tarball (tar.gz)
Tarballs for all releases are available from our downloads page.
Download from repository
If you plan to make changes, use this command to check out the code as yourself using HTTPS:
# Project members authenticate over HTTPS to allow committing changes. svn checkout https://synergy-plus.googlecode.com/svn/branches/ synergy --username <your-username>
When prompted, enter your generated Google Code password.
Use this command to anonymously check out the latest project source code:
# Non-members may check out a read-only working copy anonymously over HTTP. svn checkout http://synergy-plus.googlecode.com/svn/branches/ synergy
GUI and IDE access
This project's Subversion repository may be accessed using many different client programs and plug-ins. See your client's documentation for more information.