Download

You can download a command-line version of Vlad. It has been tested under both Solaris 8 and Mac OS/X. (I have not done this for Windows, yet. If you get it running, please let me know!)

System Requirements

Un*x and Mac OS/X installation

  1. Install Graphviz, if you don't already have it.
  2. Download the Vlad distribution file to the directory where you want to install it. Here is the file:
  3. Open a terminal window and cd to that directory. E.g.,
    % cd $HOME/Desktop
  4. Uncompress the file. (Note: this may have already been done for you by your browser.) E.g.,
    % gunzip vlad-1.02.tar.gz
  5. Extract the contents of the tar file. E.g.,
    % tar xvf vlad-1.02.tar
  6. The previous step created a directory tree rooted at the current directory. Cd to the top level.
    % cd vlad-1.02
  7. Run the Install script, giving it the path to the Graphviz installation directory. (If the path contains spaces, you must enclose it in quotes.) E.g.,
    % ./Install "$HOME/Desktop/Graphviz 1.13 (v16)"
  8. This completes the installation. If you move the either the Vlad or Graphviz directories, you must rerun Install.
    You should now be able to run the example.
    % ./vlad Sample
    Check out the instructions included in the doc directory for more details.