Gabriel M. Beddingfield
unread,Nov 19, 2009, 9:42:30 AM11/19/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Composite Development
For anyone following the current Git, here's the recent changes:
* Build system is now CMake. The scons build
has been removed. See INSTALL.txt for basic
instructions. Note that CMake does /not/
provide an uninstall.
* If you're on a Debian-like system, you are
advised to build a package and install/uninstall
that. Instructions are in INSTALL.txt.
* JACK is no longer optional, and you must
have JACK MIDI (>= 0.109.0... or equiv JACK 2
version).
* All other platform drivers have been removed.
(ALSA, OSS, CoreAudio, CoreMidi, PortAudio,
PortMidi)
FYI, near future changes:
* Remove dependency on pthreads (replace with
equiv. from QtCore)
* FLAC and FLAC++ not optional.
* Major source-tree rearrangments.
-gabriel