Where can I get the lattest sources ?

Asked by stat

Sorry for asking this but I am trying to build terminator from sources.
I got it working by hacking some py scripts from 0.98 but it appears that 0.98-1 already fixes some bugs.
For some reason I just cannot find those sources on launchpad (there are like 20 branches).
Would you be kind enough so to indicate a link with the latest dev (still not experimental) version you have ?

Regards

Question information

Language:
English Edit question
Status:
Solved
For:
Terminator Edit question
Assignee:
No assignee Edit question
Solved by:
Stephen Boddy
Solved:
Last query:
Last reply:
Revision history for this message
Best Stephen Boddy (stephen-j-boddy) said :
#1

Terminator has two main branches which are always at the top of the page:
https://code.launchpad.net/~gnome-terminator/terminator/trunk
This is the GTK 2 branch and is 0.98 plus whatever fixes have gone in since then (take a look at the changelog in the tree)

https://code.launchpad.net/~gnome-terminator/terminator/gtk3
This is the GTK 3 branch and is not technically released yet, although probably better than trunk by now. It gets all features and fixes that go into trunk too.

If you're planning on doing any development on the codebase it is probably better to start using and working with the GTK 3 branch.

Any other branches are from other people or (very unlikely) a large feature development that needs back and forth to mature a bit before getting merged.

Revision history for this message
stat (mail.statquant) said :
#2

Thanks Stephen Boddy, that solved my question.