Project
SourceForge project page
This project is hosted on SourceForge; you can find its project page here.
The complete archive of downloads can be found at the project's SF download page.
Source tarballs
Here is source tarballs for our latest release.
Core software:
vhba-module
cdemu-daemon
libmirage
Client applications:
gCDEmu
cdemu-client
Source and Binary packages
Official packages:
Fedora Core packages:
SF repository (source).
Ubuntu Linux packages:
APT repository (source and binary),
SF mirror (source).
These are meant to serve as a reference to other packagers. Depending on your distribution, the packages might be provided by external repositories. We gladly accept builds for your Linux distribution.
Third party packages:
Debian Linux packages:
APT repository (source and binary).
SVN repository
If you want to live on the bleeding-edge, want to participate in development, are just curious, etc., you can always checkout the current SVN tree. For more information, click here.
To check out only trunk, use:
svn co https://cdemu.svn.sourceforge.net/svnroot/cdemu/trunk
To check out specific part of project, append its name to above URL; i.e.:
svn co https://cdemu.svn.sourceforge.net/svnroot/cdemu/trunk/libmirage
Currently, the following components can be retrieved:
- cdemu-client
- cdemu-daemon
- gcdemu
- image-analyzer
- libmirage
- vhba-module
It is also possible to examine the subversion tree via a web-based interface.
If present, ./autogen.sh script needs to be run prior to building the sources checked out from SVN. Please note that for building from SVN, some additional tools which are not needed when building from released sources might be required (e.g. recent version of flex and bison for libmirage).