====== Download Codezero ====== ==== 1.) Git Repository ==== The latest version of Codezero is available through our git repository. Please do the following to retrieve the latest stable sources: % git clone git://git.l4dev.org/codezero.git The **master** branch contains the version that is currently stable and known to work. In order to switch to the latest developer sources, you may do the following after cloning the repository: % git checkout -b devel --track origin/devel This would create a local **devel** branch that tracks the remote **devel** branch that resides in the main repository, (In git, there is no such thing as a main repository, but in the current context this merely means the repository of the maintainer) ==== 2.) Browsing the Sources ==== You may browse the latest copy of Codezero sources from here: [[http://git.l4dev.org|http://git.l4dev.org]] ==== 3.) Compressed Archives ==== Compressed archives for Codezero releases are provided below. ^ Date ^ Version ^ ^ 10.06.2009 | [[http://www.l4dev.org/downloads/codezero-0.1.tar.bz2|v0.1]] | ^ 07.12.2009 | [[http://www.l4dev.org/downloads/codezero-0.2.tar.bz2|v0.2]] | ^ 25.03.2010 | [[http://www.l4dev.org/downloads/codezero-0.3.tar.bz2|v0.3]] | For Cortex-A9 and ARMv7 SMP support please [[info@l4dev.org|email us]] describing the nature of your work, i.e. who you are and why you are interested in this feature.