Brahms (KMusic) development snapshots

Here you can get development snapshots of the KMusic module. They contain the Brahms sequencer, which is right now alpha quality software.

You can compile and install them using the usual:

  ./configure
  make
  make install
  
No warranty that they even compile or are complete.

kmusic-kde2-snapshot-20040314.tgz 2177946 Bytes
kmusic-kde2-snapshot-20040315.tgz 2177963 Bytes
kmusic-kde2-snapshot-20040316.tgz 2177961 Bytes
kmusic-kde2-snapshot-20040317.tgz 2177947 Bytes
kmusic-kde3-snapshot-20040313.tgz 3010765 Bytes
kmusic-kde3-snapshot-20040314.tgz 3010758 Bytes
kmusic-kde3-snapshot-20040315.tgz 3010774 Bytes
kmusic-kde3-snapshot-20040316.tgz 3011056 Bytes
kmusic-kde3-snapshot-20040317.tgz 3011066 Bytes

If you already have a snapshot, and have cvs installed, you can usually update it to the latest greatest version via anonymous CVS. Some of the files from the build system, which rarely change, are not from CVS, so it sometimes does not work. To update, go to the directory the snapshot was extracted to, and do:

  cd kmusic 
  cvs login      # <- only the very first time, no password (return)
  cvs -z3 update
  make -f Makefile.cvs
  

back to index