tazusb view README @ rev 62

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sat Feb 20 11:04:36 2010 +0000 (2010-02-20)
parents 2e5ac32b52ee
children 2700a1ca2a0e
line source
1 README for TazUSB - SliTaz LiveUSB utility
2 ===============================================================================
5 SliTaz LiveUSB utility aka TazUSB. Please read the manual for more information.
8 Installation
9 ------------
10 To install all needed files and compile translated messages, make and gettext
11 must be installed. Running 'make install' will install everything in /usr, but
12 another path and/or destination can be specified via PREFIX and DESTDIR.
13 Example:
15 $ make DESTDIR=$PWD/_pkg install
17 Translation
18 -----------
19 To start a new translation please use msginit from the pot file directory.
20 Example for French/France locale (fr_FR):
22 $ msginit -l fr_FR -o fr.po -i tazusb.pot
24 To update all translations from the pot file:
26 $ make msgmerge
28 To compile po files for testing purposes you can use 'make msgfmt' or manually
29 compile your translation. Example for french locale, note that the file must be
30 copied into /usr/share/locale/fr/LC_MESSAGES so gettext can find it:
32 $ msgfmt -o tazusb.mo fr.po
34 ===============================================================================
35 http://www.slitaz.org/