~ubuntu-clock-dev/ubuntu-clock-app/reboot-packaging

« back to all changes in this revision

Viewing changes to README.developers

  • Committer: Nekhelesh Ramananthan
  • Date: 2014-07-13 11:29:28 UTC
  • mfrom: (22 reboot)
  • mto: (20.4.1 20-world-clocks)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: krnekhelesh@gmail.com-20140713112928-vw6gdia923ezd3hh
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Building and running on Utopic Desktop (14.10)
2
 
==============================================
3
 
 
4
 
1. Branch the code as usual and navigate to it.
5
 
        bzr branch lp:ubuntu-clock-app/reboot && cd reboot
6
 
2. Create a build dir and navigate to it.
7
 
        mkdir builddir && cd builddir
8
 
3. Build the clock app
9
 
        cmake .. && make
10
 
4. Run the clock app
11
 
        QML2_IMPORT_PATH=backend/ qmlscene ../app/ubuntu-clock-app.qml
12
 
 
13
1
Code Style
14
2
==========
15
3