Added new features to buildbot.
[apps/native/sample/sample-core-components.git] / tool / development / buildbot / README
index 61f146d..7aee3fa 100644 (file)
@@ -16,10 +16,14 @@ Prerequisites:
     sudo apt-get install python-pip
 2. Install pygerrit using pip
     sudo pip install pygerrit
-3. Install aspell
+3. Install pyparsing using pip
+    sudo pip install pyparsing
+4. Install aspell
     sudo apt-get install aspell
-4. Configure ssh connection to gerrit using ssh key without password.
-5. For convenience and easier description of set up process we assume that sample-core-components is installed in ~/
+5. Install cloc
+    sudo apt-get install cloc
+6. Configure ssh connection to gerrit using ssh key without password.
+7. For convenience and easier description of set up process we assume that sample-core-components is installed in ~/
 
 
 A) Set up process for gerrit change check: