603 testing...

mol-general@lists.maconlinux.org mol-general@lists.maconlinux.org
Sat, 17 Aug 2002 21:43:57 +0200


On Sat, Aug 17, 2002 at 04:29:08AM -0600, Marcio Luis Teixeira wrote:
> On Saturday 17 August 2002 05:03 am, samuel@ibrium.se wrote:
> > I'd appreciate it if someone with a 603[e] machine could test the
> > current BK version. I plan to release mol-0.9.65 shortly but
> > would like to verify that I have not broken 603 support.
> 
> I can test it on my PowerBook 3400c. Where do I get this BK
> version? Source RPMs that I can "--rebuild" are the best for
> me (or binary RPMs).
> 
RPMs are not available yet. You can get the source via
rsync or through BitKeeper:

Rsync:

	rsync -rvz rsync.penguinppc.org::mol mol-rsync
	cd mol-rsync
	./autogen.sh
	./configure
	make libimport		(download mol support binaries)
	make
	make install		(as root)

BitKeeper:

	bk clone http://mol.bkbits.net:8080/MOL mol-BK
	cd mol-BK
	bk -r co
	./autogen.sh
	./configure
	make libimport		(download mol support binaries)
	make
	make install	


Cheers,

/Samuel