On Thu, Aug 5, 2010 at 2:29 AM, Minh Nguyen <[email protected]> wrote: > Hi Fredrik, > > Here's a simplistic way that doesn't involve cloning or queues. > Compile Sage from source on your machine and wrap up a binary for that > machine with > > $ ./sage -bdist x.y.z-description > > The resulting binary then appears under SAGE_ROOT/dist/. Copy/move > that binary to somewhere safe so you could use it later on. Later on > you could unpack your precompiled Sage tarball and develop using that > version. No cloning required, no Mercurial queues. But this would > involve a lot of disk storage. This is a simplistic approach that I > often use.
Chances are that'll take a lot longer than 15 minutes, and way longer than cloning without re-building the documentation :) Of course some people do this--and if you're working on spkgs it's about the only safe option. - Robert -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
