[Dev] Do we need developer distributions?
Heikki Toivonen
heikki at osafoundation.org
Wed Nov 17 15:28:50 PST 2004
John Anderson wrote:
> All I care about is the ability to /easily/ get recent developer builds
> without having to wait for long compiles. So a short description of how
> to easily get it (via CVS or download) and short simple instructions on
> "make install" would work for me as long as the "make" didn't take a
> long time.
The CVS way and make install have to download more files, so it takes a
little longer (but you'd then be able to do CVS diffs etc.) For example,
on Windows, you'd need to download about twice as much (cvs checkout,
make install DEBUG=1 vs download developer distribution).
Would these kind of instructions work?
CVS pull by tag:
cvs -z3 checkout -r <tag, i.e. CHANDLER_0_4_01> chandler-python
or CVS pull by date:
cvs -z3 checkout -D'YYYY-MM-DD HH:MM:SS' chandler-python
followed by the usual
cd chandler
make install DEBUG=1
--
Heikki Toivonen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 249 bytes
Desc: OpenPGP digital signature
Url : http://lists.osafoundation.org/pipermail/dev/attachments/20041117/755b9dbf/signature.bin
More information about the Dev
mailing list