Getting Gtranslator from the GNOME Git server
Git is a free distributed revision control, or software source code management project with an emphasis on being fast. Git was initially created by Linus Torvalds for Linux kernel development.
First, you need to set up the EDITOR environment variable, for example:
Make sure you have all dependencies of Gtranslator installed and ready. Now, grab gtranslator from the repository:
That only gives read access to the repository. If you have an developer account
and want write access (you must have been granted write access
to the gtranslator module as an Gtranslator developer), you instead need to check out the source with:
Now you will want to build and install. Run:
If you want to enable Gtranslator API documentation generation, you can pass --enable-gtk-doc to the above autogen.sh script. Then continue just like you would work with a tarball package:
$ make
$ su [password]
# make install
Coding Style
Gtranslator uses the GNU coding style. If you use Emacs as editor this is the default style.