Building Unity 8_ZoutH skrev:Går det köra en desktop-variant av Unity 8 på något sätt? Hittar bara guider för hur man bygger och kör ett telefon- och tablet-ui.
First make sure you’re desktop working environment is at least 13.10 / saucy
Download source
the build requires some additional dependencies, so create the parent folder to not pollute your setup
$ mkdir ~/unity
fetch Unity 8 source
$ sudo apt-get install bzr
$ bzr branch lp:unity/8.0 ~/unity/unity8
$ cd ~/unity/unity8
Build dependencies
If its your first time, download & build deps
$ ./build -s
this will:
add the following ppa’s
ppa:phablet-team/desktop-deps
ppa:canonical-qt5-edgers/qt5-proper
ppa:ubuntu-sdk-team
install the required dependencies to build, as well as run on the desktop
Note, once the ppa’s are added a apt-get update will be run, if you have
any failures associated with it, the build script will bail out of the setup
and fail to install all the required dependencies.
Build Unity 8
$ ./build
You may also rebuild with the -c for clean, which just deletes the build
directory.
Running Unity 8 on your desktop
Run the Unity 8 shell
$ cd ~/unity/unity8
$ ./run
Options can be passed to test the lock screen
$ ./run -p
OR
$ ./run -k
-p is for pin lock, for which the default prompt answer is “1234″
-k is for keylock passphrase, for which the default prompt answer is “password”
Notes
To navigate, utilize the mouse left button as you would your finger
If your contacts are empty
$ sudo apt-get install gir1.2-ebook-1.2
$ manage-address-book.py create
this will:
Create an EDS address book
Populate the address book with sample data