*** empty log message ***
[anjuta-git-plugin.git] / scintilla / README.sync
blob209d3b92c2da8faee7dc161fd668d3c87828f8ff
1         
2         HOW TO UPDATE SCINTILLA in ANJUTA
3         
4         
5 1 -     Checkout scintilla from CVS "in" the directory anjuta/scintilla (or 
6         make a symlink (ln -s from to) if you already have scintilla checkout elsewhere).
7         
8         cvs -z3 -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/scintilla co \
9         scintilla
12 2 -     Run: "make update-scintilla" 
15 3 -     Run "cvs update" in /anjuta/scintilla/ directory. There you will notice
16         any newly added files (particulary LexXXX.cpp files). Add them in CVS.
17         
18         
19 4 -     Proceed as usual: check for errors during build and commit.