This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
nightly-build_packages_debian_ubuntu [2011/04/27 23:34] sunweaver |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Nightly-Builds ====== | ||
| - | |||
| - | Nightly-builds are derived from the [[git|X2go Git]] site and always reflect the state of HEAD in Git (branch: master). Use nightly-builds at your very own risk. | ||
| - | |||
| - | ===== Nightly-Builds for Debian GNU/Linux ===== | ||
| - | |||
| - | The nightly-builds for Debian can be added to your local system by putting these two lines into ''/ | ||
| - | |||
| - | < | ||
| - | # X2go nightly-builds repository | ||
| - | deb http:// | ||
| - | # X2go nightly-builds repository (sources) | ||
| - | deb-src http:// | ||
| - | </ | ||
| - | |||
| - | ===== Nightly-Builds for Ubuntu GNU/Linux ===== | ||
| - | |||
| - | The nightly-builds for Ubuntu can be retrieved from a PPA on Launchpad. Use the follwing command to add the ppa: | ||
| - | |||
| - | < | ||
| - | $ sudo add-apt-repository ppa: | ||
| - | </ | ||
| - | |||
| - | |||