Comment 2 for bug 1094527

Revision history for this message
Joris Dauphin (joris-dauphin) wrote :

Julio wrote:

> I'm not sure what you mean by "Release or Debug", could you explain?
> I normally use:
> bzr branch lp:stratagus
> to get the source I build.

My question is how do you build it ?
Debug has symbol to debug and is not optimized.
you may see in stdout.txt the compile option (such as DEBUG ZLIB VORBIS THEORA WIN32).

> I'm not really familiar with the way launchpad works, is there an easier way for me to grab the current development src tree?

for the first time:
bzr branch lp:stratagus

then
bzr update

> Or even a way to get a combined patch of (for example) from 8542 to 8545?

to get your unified diff example:
bzr diff -r8542..8545

For more detail about bzr commands usage:
bzr help
bzr help branch
bzr help diff
bzr help update