← Back to team overview

team4alfanous team mailing list archive

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

 

------------------------------------------------------------
revno: 343
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Sat 2012-09-29 21:38:54 +0200
message:
  Update src/alfanous/README.rst
  
  a hint how to build the critical resources
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-09-29 17:01:34 +0000
+++ src/alfanous/README.rst	2012-09-29 19:38:54 +0000
@@ -4,12 +4,20 @@
 -----
 Build
 -----
-TODO
+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
+
+.. code-block:: sh
+
+    $ cd ../../
+    $ make build
+
+For more details check  `Makefile <https://github.com/Alfanous-team/alfanous/blob/master/Makefile>`_
+
 
 -------
 Install
 -------
-To install the API from the source:
+To install the API from the source (After Build_ ):
 
 .. code-block:: sh