← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 355: Update src/alfanous/README.rst

 

------------------------------------------------------------
revno: 355
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Wed 2012-10-03 21:32:07 +0300
message:
  Update src/alfanous/README.rst
  
  How to install building dependencies in ubuntu 12.04
modified:
  src/alfanous/README.rst


--
lp:alfanous
https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git

Your team Alfanous team is subscribed to branch lp:alfanous.
To unsubscribe from this branch go to https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git/+edit-subscription
=== modified file 'src/alfanous/README.rst'
--- src/alfanous/README.rst	2012-10-03 18:22:07 +0000
+++ src/alfanous/README.rst	2012-10-03 18:32:07 +0000
@@ -7,12 +7,20 @@
 The API uses many critical resources that must be downloaded and/or prepared to be used. To do that, just run this command in the root path of the project
 
 #. Install all building dependencies: `pyparsing <http://aminenacer.blogspot.com/2012/10/mon-voyage-akfadou-deuxieme-partie.html>`_, `pyqt4 <http://www.riverbankcomputing.co.uk/software/pyqt/download>`_.  
-#. run the build command:
-
-.. code-block:: sh
-    
-    $ cd ../../
-    $ make build
+   
+   * (ubuntu 12.04): 
+      
+     .. code-block:: sh
+     
+        $ sudo apt-get install python-qt4 python-distutils
+        $ sudo easy_install pyparsing
+
+#. Run the build command:
+
+   .. code-block:: sh
+        
+        $ cd ../../
+        $ make build