How can I try the newest codebase of Unity, so that I can send bug-reports and feature requests to the Unity developers?
Asked
Active
Viewed 297 times
2
-
5http://askubuntu.com/questions/12909/how-do-i-upgrade-to-the-development-release-aka-ubuntu1 – Jorge Castro Mar 01 '11 at 22:12
2 Answers
2
Install Natty on a new partition and keep updating.

RolandiXor
- 51,541
-
that's what I'm doing, but nothing gets updated!! My /etc/apt/sources.list has the following: – Mar 01 '11 at 22:08
-
it has all of the natty lines in them, but when I do an "apt-get update " and "sudo apt-get dist-upgrade" it doesn't upgrade anything... – Mar 01 '11 at 22:14
-
1
The best option would be to download the newly commited code using bazaar, this can be done by downloading the unity branch from Launchpad, just execute the following command in your desired destination, having Bazaar (bzr packave) installed
bzr branch lp:unity
To install Bazaar:
sudo apt-get install bzr
You should then configure and build the code, for doing this you should read the README
and INSTALL
files.

sebikul
- 1,931