~bhdouglass/ubuntu-touch-tweak-tool/fix-disappearing-options

« back to all changes in this revision

Viewing changes to README

  • Committer: Stefano Verzegnassi
  • Date: 2016-04-16 17:04:08 UTC
  • Revision ID: stefano92.100@gmail.com-20160416170408-t0ck3hoi0qifmehw
Stable codebase for 0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
### Building and running on Ubuntu Desktop
2
 
 
3
 
Building and running the UT Tweak Tool is quite simple. You will require Ubuntu
4
 
15.04 and higher to run on the desktop.
5
 
 
6
 
### Building and running on Ubuntu for devices (a.k.a. Ubuntu Touch)
7
 
 
8
 
If you want to compile the app for your device from the desktop, you need the
9
 
latest version of Ubuntu SDK, available on Ubuntu 14.10 and higher.
10
 
 
11
1
### Dependencies
12
2
 
13
3
Install development files:
14
 
sudo apt-get install libpam0g-dev qtdeclarative5-gsettings1.0
 
4
sudo apt-get install libpam0g-dev libgsettings-qt-dev qtdeclarative5-gsettings1.0
15
5
 
16
6
If you want to create an arm click package from Ubuntu SDK (Qt Creator), you
17
7
need to install those packages in your Ubuntu SDK kit.
18
8
 
19
9
From Qt Creator, open Options -> Ubuntu -> Maintain, and then enter:
20
 
apt-get install libpam0g-dev:armhf qtdeclarative5-gsettings1.0:armhf
 
10
apt-get install libpam0g-dev:armhf libgsettings-qt-dev:armhf qtdeclarative5-gsettings1.0:armhf
21
11