diff options
Diffstat (limited to 'tools/README')
-rw-r--r-- | tools/README | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tools/README b/tools/README index d1c9e08e8d..8e5a267daf 100644 --- a/tools/README +++ b/tools/README @@ -6,12 +6,12 @@ at all, documented. Use at your own risk. You've been warned :-) convbdf ------- Tool which converts BDF fonts (BDF = Bitmap Distribution Format) to C++ - source. That source, after being slightly tweaked, can be used to + source. That source, after being slightly tweaked, can be used to replace or add fonts for the ScummVM GUI. - + There is also a ttf2bdf tool which allows you to convert TrueType fonts to BDF. - + Hint from SumthinWicked: If you use ttf2bdf, it'll convert all glyphs to bitmaps, but ScummVM only needs some of them. So you may want to do your conversion like this: @@ -32,15 +32,15 @@ dist-scummvm.sh releases. After tagging a branch for release, you can invoke it like this: ./dist-scummvm.sh scummvm 0.7.1 - + Note #1: This creates .zip, .tar.bz2 and .tar.gz archives in /tmp by default. To do that it performs a "cvs export" in /tmp first. If you want to use another location, you can specify it as the thirds param to the script. - - Note #2: This assumes that our naming conventions for release tags are + + Note #2: This assumes that our naming conventions for release tags are being followed. I.e. the tag must be named "release-0-7-1" in the above example. You can, however, specify an alternate tag as the fourth param. - + Note #3: Since SF.net anon CVS tends to lag behind developer CVS, if you just tagged CVS, anon CVS may not yet have this. So if you are in a hurry, modify the cvsroot in the script to use your dev CVS account. |