Anjuta manual
http://library.gnome.org/devel/anjuta-manual/stable/
Autotools basics
What to install:
sudo apt-get install autoconf
http://library.gnome.org/users/anjuta-build-tutorial/2.26/create-autotools.html.en
http://library.gnome.org/users/anjuta-build-tutorial/2.26/
Bazaar / launchpad
bzr launchpad-login marcolazzaroni-
get the code in a dir
bzr branch lp:luce - hack hack hack
- get the list of modified files
bzr status - also:
bzr diff bzr commit [--author ...] -m "release details"- Optional
bzr tag v.0.0.2 - You may come back to 3
- To store one or more commits on launchpad (must have a ssh key, if needed get one on launchpad)
bzr push lp:luce
NOTES
- If you add new files you need
bzr add - If you want the release history:
bzr log - To ignore files:
bzr ignore
file .bzrignore is the list - see bzr send and bzr patch for patches