Menu

Quickstart

codeaster

Configure Mercurial

Download the hgrc_template
file, copy it to ~/.hgrc, and edit the [ui] section to set your name and email address.

1
2
3
wget https://sourceforge.net/p/codeaster/devtools/ci/default/tree/etc/hgrc_template -O ~/.hgrc
# change the field username in the [ui] section
gedit ~/.hgrc

Clone the repositories

1
2
3
mkdir -p $HOME/dev/codeaster && cd $HOME/dev/codeaster
hg clone http://hg.code.sf.net/p/codeaster/devtools devtools
hg clone http://hg.code.sf.net/p/codeaster/src src

Configuration of the source repository

1
$HOME/dev/codeaster/devtools/bin/install_env --internet

Build code_aster

See Build code_aster using waf.

Add this version in asrun/asterstudy

See the paragraph in the Tutorial

Read the FAQ


Related

Wiki: BuildCodeAster