Development Version: 0.9.0
Stable Version: 0.8.0

Instructions to get (and compile) the sources from the GNOME CVS

  1. Login to the anonymous GNOME CVS server. You'll be prompted for a password, but there is no password (since you are anonymous). Just press enter and you will be given access.

    cvs -d:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome login

  2. Checkout mlview sources. This will create a directory called mlview in your current working directory.

    cvs -z3 -d:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome co mlview

  3. Enter the mlview directory.

    cd mlview

  4. Run the autogen shell script. This script checks dependencies (we should really list them here to avoid questions later :) and generates the makefiles.

    ./autogen.sh

  5. Run make to build MlView.

    make

  6. Change to root user for the installation.

    su -c "make install"

    Type your root password when asked. MlView will be installed in the /usr/local/ directory.
  7. Run MlView

    mlv