MDK download | ||
News MDK home Documentation Mailing lists MDK at SourceForge CVS repository |
Download The latest version (0.1.1) source tarball is available for download here. A tarball containing the HTML documentation is available here. MDK is written in ANSI C and uses the following libraries: These libraries are fairly common in any GNU/Linux distribution (MDK is developed on a Debian 2.3 box). Although I haven't tested it, MDK should be also installable on BSD operating systems such as FreeBSD if the above libraries are installed. Please, drop me a line if you install MDK, and I'll add your platform to the list of supported ones.Installation MDK uses autoconf/automake, so that compilation and installation should follow the typical uncompress, configure, make, install cycle. First, uncompress the source tarball using:tar xvfz mdk-latest.tar.gzThis will create a folder named mdk-X.Y (where X.Y stands for the version you downloaded, e.g., 0.1). To build the MDK tools, enter this folder and type ./configure makeFinally, to install the binaries and documentation, type, as root make installSee the file named INSTALL in the source folder for fine tuning of build and installation options. Contact the author. |
|