RSS/Atom feed Twitter
Site is read-only, email is disabled

How do I build and use help from git source?

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

How do I build and use help from git source? Patrick Horgan 06 Mar 03:45
  How do I build and use help from git source? Owen 06 Mar 03:55
  How do I build and use help from git source? Owen 06 Mar 03:58
Patrick Horgan
2011-03-06 03:45:53 UTC (almost 14 years ago)

How do I build and use help from git source?

I'd like to use locally the context and indexed help from the same version as the git trunk. I've been trying to figure it out, but have failed.

Patrick

Owen
2011-03-06 03:55:09 UTC (almost 14 years ago)

How do I build and use help from git source?

I'd like to use locally the context and indexed help from the same version as the git trunk. I've been trying to figure it out, but have failed.

From my notes, try

# git clone --depth=0 git://git.gnome.org/gimp-help-2 # cd gimp-help-2
# ./autogen.sh
# LINGUAS=en make
# LINGUAS=en make pdf-local

I did it the other day on another machine, brand new fedora, and had to add heaps of docbook stuff.

Produced a 50 MB pdf file

Owen
2011-03-06 03:58:07 UTC (almost 14 years ago)

How do I build and use help from git source?

I'd like to use locally the context and indexed help from the same version as the git trunk. I've been trying to figure it out, but have failed.

Ah, as usual, I didn't read your message correctly. I am not sure that the previous commands I sent were appropriate to the git version.

Perhaps ask on the gimp-docs list