User Tools

Site Tools


en:devel

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:devel [2013/01/27 22:25] – created niconilen:devel [2021/02/13 11:23] (current) – external edit 127.0.0.1
Line 1: Line 1:
-(translate in progress ..) 
  
 ====== Howto Contribute and Code ====== ====== Howto Contribute and Code ======
  
-You wish to contribute to Actionaz, this page is for you. You find here some indications to help you with the first steps of a such project.+If you wish to contribute to Actionaz, this page is for you. You find here some indications to help you with the first steps to be able to contribute to **actionaz**.
  
 ====== Description of the development environment ====== ====== Description of the development environment ======
Line 29: Line 28:
 ===== Local Environment===== ===== Local Environment=====
  
-==== **Ubuntu Case** ====+==== Ubuntu Case ====
  
 **Git** (inspired from : [[http://www.tech-juice.org/2012/05/07/setting-up-gitgithub-on-ubuntu-in-five-minutes/]]) : **Git** (inspired from : [[http://www.tech-juice.org/2012/05/07/setting-up-gitgithub-on-ubuntu-in-five-minutes/]]) :
Line 104: Line 103:
 $ make $ make
 </code> </code>
 +  * To compile messages in your own language :
 +<code bash>
 +$ make locale_release
 +</code>
 +To translate strings in the source code, go to the page [[en:devel:translate|translate]]
   * To launch your version of ''actionaz'' :   * To launch your version of ''actionaz'' :
 <code bash> <code bash>
 $ ./actionaz $ ./actionaz
 </code> </code>
 +
 +----
 +
 +
  
 ===== Going to see the code ? ===== ===== Going to see the code ? =====
  
 Your development environment is ready ! We can go fight with the [[en:devel:code_source|code]] ! Your development environment is ready ! We can go fight with the [[en:devel:code_source|code]] !
 +
 +The project coding-style is described [[en:devel:coding-style|here]]
 +
 +----
 +
 +Other languages for this page : [[fr:devel|(fr)]]
  
en/devel.1359325532.txt.gz · Last modified: (external edit)