Need some testing...

Samuel Rydh mol-devel@lists.maconlinux.org
Tue, 4 Feb 2003 02:37:20 +0100


The release of the next MOL version is getting closer. I would appreciate
some testing before that though.

The following features are new:

	- Audio support in OSX
	- UFS boot support (OSX)
	- Significant OSX optimizations
	- Improved audio quality in classic MacOS (mp3:s no longer
	  skips, playing QT movies from the harddisk works better)

Semi-new features (that have been in the developer tree for a while):

	- Ejectable CD support (OSX and classic)
	- CD booting support in OSX

To build mol from the rsync tree:

	rsync -vzr rsync.penguinppc.org::mol mol-rsync
	cd mol-rsync
	./autogen.sh ; ./configure ; make libimport ; make
	make install (as root)

To build mol from the bitkeeper tree:

	bk clone bk://mol.bkbits.net/MOL mol-bk
	cd mol-bk
	bk -r co
	./autogen.sh ; ./configure ; make libimport ; make
	make install (as root)

Have fun,

/Samuel