~vcs-imports/poedit/trunk

« back to all changes in this revision

Viewing changes to README

  • Committer: vaclavslavik
  • Date: 2009-11-22 14:37:52 UTC
  • Revision ID: vcs-imports@canonical.com-20091122143752-zfe8y9j1psrs2j4o
Correct name for gettext is "GNU gettext".

Normalized all occurences of "GNU Gettext" or "Gettext" to use official
capitalization. Fixes bug #321.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
                                    Poedit
6
6
                                 ------------
7
7
                                  
8
 
              a cross-platform Gettext catalogs editing tool
 
8
              a cross-platform gettext catalogs editing tool
9
9
 
10
10
 
11
11
 About
12
12
=======
13
13
 
14
 
This program is GUI frontend to GNU Gettext utilities (win32 version
 
14
This program is GUI frontend to GNU gettext utilities (win32 version
15
15
is part of the distribution) and catalogs editor/source code parser. It helps
16
16
with translating application into another language. For details on principles
17
 
of the solution used, see GNU Gettext documentation or wxWidgets' wxLocale 
 
17
of the solution used, see GNU gettext documentation or wxWidgets' wxLocale 
18
18
class reference.
19
19
 
20
20
 
49
49
installed in a location configure will find, e.g. by setting CPPFLAGS and
50
50
LDFLAGS appropriately.
51
51
 
52
 
Win32 version is distributed as precompiled binary with Gettext utilities
 
52
Win32 version is distributed as precompiled binary with gettext utilities
53
53
included. You don't need wxWidgets for it. If you want to compile Poedit
54
54
yourself, then the best way is to install Mingw and MSYS and use Unix
55
55
way of building the library.
60
60
After compiling the application as above, you can additionally create an OS X
61
61
bundle by running "make bundle" in the src/ subdirectory. This requires that
62
62
GETTEXT_PREFIX environment variable is set and points to a directory with
63
 
compiled GNU Gettext programs installed (e.g. msgfmt; GETTEXT_PREFIX=/opt/local
64
 
works if you used MacPorts to install Gettext and so msgfmt is in
 
63
compiled GNU gettext programs installed (e.g. msgfmt; GETTEXT_PREFIX=/opt/local
 
64
works if you used MacPorts to install gettext and so msgfmt is in
65
65
/opt/local/bin/msgfmt). Finally, running "make dist-osx" in the toplevel
66
66
directory will create disk image with the bundle.
67
67
 
79
79
 
80
80
Once the program is compiled, you may wish to create the installer. Inno Setup
81
81
is used for installation on Windows and it's made to use the VS2005 binaries.
82
 
In order to compile the installer, you must first copy Gettext binaries to
 
82
In order to compile the installer, you must first copy gettext binaries to
83
83
deps/gettext directory - if you don't, the installer will report errors.
84
84
 
85
85
Installing from Subversion repository
103
103
See the COPYING file for details on program's licensing and the
104
104
src/icons/README file for details on the icons.
105
105
 
106
 
Win32 and Mac OS X versions contain GNU Gettext binaries. They are distributed
 
106
Win32 and Mac OS X versions contain GNU gettext binaries. They are distributed
107
107
under the GNU General Public License and their source code is available from
108
108
http://www.gnu.org/software/gettext or, if you have difficulties getting them
109
109
from there, email me for a copy of the sources.
125
125
http://www.wxwidgets.org
126
126
        - wxWidgets toolkit homepage
127
127
http://www.gnu.org
128
 
        - GNU project homepage, contains Gettext and documentation
 
128
        - GNU project homepage, contains gettext and documentation
129
129
http://www.innosetup.org
130
130
http://isx.wintax.nl
131
131
        - Inno Setup and Inno Setup Extensions, installation