diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2011-01-09 13:01:05 +0200 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2011-01-09 13:01:05 +0200 |
commit | 126025f58355a657720ecce525121be6aac9ea89 (patch) | |
tree | 902aca7a9499b5972186ab894a05c22ca084bba2 /INSTALL | |
parent | 1521a1a0e9ac39ed58041a26940ad19f5a12eb98 (diff) | |
download | vdradmin-am-126025f58355a657720ecce525121be6aac9ea89.tar.gz vdradmin-am-126025f58355a657720ecce525121be6aac9ea89.tar.bz2 |
CVS -> Git migration.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -1,15 +1,11 @@ *********************************************************** -*** Using CVS *** +*** Using Git *** *********************************************************** -If this is a CVS snapshot you have to perform some steps yourself +If this is a Git snapshot you have to perform some steps yourself to get a complete VDRAdmin-AM folder: -1) Always call "./make.sh cvs" after every "cvs checkout" or - "cvs update". At the moment this will only create some links - but might do more in the future. - -2) The CVS checkout contains no locales (.mo files). You have +1) The Git repository contains no locales (.mo files). You have create them yourself if you want to use a language other than English: ./make.sh po Please note that you need the "msgfmt" utility for this! |