← Back to team overview

uonedb-qt team mailing list archive

[Merge] lp:~kalikiana/u1db-qt/hackingDocs into lp:u1db-qt

 

Christian Dywan has proposed merging lp:~kalikiana/u1db-qt/hackingDocs into lp:u1db-qt.

Commit message:
Mention BUILD_DOC flag in HACKING file

Requested reviews:
  PS Jenkins bot (ps-jenkins): continuous-integration
  U1DB Qt developers (uonedb-qt)

For more details, see:
https://code.launchpad.net/~kalikiana/u1db-qt/hackingDocs/+merge/205426
-- 
https://code.launchpad.net/~kalikiana/u1db-qt/hackingDocs/+merge/205426
Your team U1DB Qt developers is requested to review the proposed merge of lp:~kalikiana/u1db-qt/hackingDocs into lp:u1db-qt.
=== modified file 'HACKING'
--- HACKING	2013-03-27 16:51:12 +0000
+++ HACKING	2014-02-17 15:32:28 +0000
@@ -1,7 +1,17 @@
 *** Building and installing ***
 
-cmake .; make
-sudo make install
+Get the source:
+    bzr branch lp:u1db-qt
+
+Build dependencies to have:
+    ubuntu-sdk-libs-dev, dbus-test-runner, qtdeclarative5-test-plugin
+
+Build it:
+    mkdir _build; cd _build; cmake .. -DBUILD_DOCS=ON
+    make
+    sudo make install
+
+Note: docs are optional but recommended as they must build when merging changes.
 
 *** Test from the build folder ***