
Development
Links
|
Source Code
The Xprint source code can be accessed in either of the following ways:
- Development sources (010+):
- View the source using the CVSweb interface
- Check out the source using anonymous CVS with the following commands (password is an "anonymous"):
cvs -d:pserver:anoncvs@xprint.freedesktop.org:/cvs/xorg login
cvs -d:pserver:anoncvs@xprint.freedesktop.org:/cvs/xorg -z3 checkout -P xc
- If you have a developer account on xprint.freedesktop.org you can check out the source using CVS with the following commands:
export CVS_RSH=ssh
export CVSROOT=:ext:myaccountname@pdx.freedesktop.org:/cvs/xorg
cvs -z3 checkout -P xc
- 009.001 release branch (for users who want to build the 009.001 release version):
- 009 release branch (for users who want to build the 009 release version):
- 008 release branch (for users who want to build the 008 release version):
- 007 release branch (for users who want to build the 007 release version):
Note that both "trunk" tarballs and the CVS main branch are no official release.
See the installation documentation how to build
and install the Xprint server, config and tools...
|