tazusb view README @ rev 186

oops, merge...
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Feb 19 16:14:24 2016 +0200 (2016-02-19)
parents 2700a1ca2a0e
children
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/