|
Download
Binary releases are created at various milestones. Consult the
release notes for each release for more information. Full source
code is included within each binary release.
* I don't currently have a working Linux/Dialogic system so I
didn't build a Linux binary build for 0.5. If you would like
one then drop me a note (kevino_at_threebit.net) and that will
be reason enough to get me to rebuild my box. --Cheers.
Daily Snapshots
Snapshots of the development CVS branch are created daily -
don't be surprised if the snapshots do not build properly or
have bugs.
CVS
If you would like to keep up-to-date with the latest development
changes, use cvs to
access the jvr module.
# set the root
export CVSROOT=:pserver:anonymous@cvs.threebit.net:/cvs/threebit
# login; the password is 'anonymous'
cvs login
# check out a module.
cvs co jvr
|