From 750b5028a18de8a958db63849b5bae84180dad84 Mon Sep 17 00:00:00 2001 From: jaortega Date: Wed, 1 Nov 2000 22:53:21 +0000 Subject: --- doc/html/download.html | 105 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 doc/html/download.html (limited to 'doc/html/download.html') diff --git a/doc/html/download.html b/doc/html/download.html new file mode 100644 index 0000000..0749404 --- /dev/null +++ b/doc/html/download.html @@ -0,0 +1,105 @@ + + + + + MDK download + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  + MDK download +  
  
+
+ MDK home
+ Documentation
+ + MDK at SourceForge
+ + CVS repository

+

Thanks to
+ + SourceForge Logo +

+

+ Download +

+

The latest version (0.1) source tarball is available for + download here.

+

A tarball containing the HTML documentation is available + here.

+

+ Requirements +

+ MDK is written in ANSI C and uses the following libraries: +
    +
  • GNU readline and history +
  • + GNU Flex, version 2.3 or latter +
  • glib, version 1.2.0 or latter +
+ 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.gz
+          
+ This 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
+    make
+          
+ Finally, to install the binaries and documentation, type, as root +
+    make install
+          
+ See the file named INSTALL in the source folder for fine tuning + of build and installation options. +

+ Contact the author. +

+
 
  
  +   +
+ + + + + -- cgit v1.2.3