Difference between revisions of "Maude download and installation"

From The Maude System
Jump to: navigation, search
(Maude manual and primer)
m (Change list from Maude 3.0 to 3.1: Fix link to Emacs' maude-mode)
(18 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Maude 2.7 runs on many Unix variants, including Linux. If you are attempting to install it on Microsoft Windows,
+
Maude 3.1 runs on many Unix variants, including Linux.  
please read the separate [http://maude.cs.illinois.edu/download/windows.html section].
+
 
 
In this section, we assume a Linux configuration. Please, substitute your platform name for 'linux' in what follows if you download for another platform.  
 
In this section, we assume a Linux configuration. Please, substitute your platform name for 'linux' in what follows if you download for another platform.  
 
In any case, please consider subscribing to the [[Maude Mailing Lists|Maude users mailing list]], as this is also the mechanism by which we will make announcements about the system.
 
In any case, please consider subscribing to the [[Maude Mailing Lists|Maude users mailing list]], as this is also the mechanism by which we will make announcements about the system.
Line 6: Line 6:
 
The Maude system download consists of three parts: Core Maude, Full Maude, and documentation and examples.
 
The Maude system download consists of three parts: Core Maude, Full Maude, and documentation and examples.
  
<small>(If you use [http://www.xemacs.org/ XEmacs], then you might find the [[Media:Maude-mode.tar.gz|Maude mode]] for XEmacs
+
==  Core Maude 3.1 ==
written by [http://www.iam.unibe.ch/~kai/ Kai Br&uuml;nnler] or
+
the [[Media:Maude-mode2.el.zip|Maude mode]] written by Ellef Gjelstad useful. Extract the mode using the command "gunzip -c maude-mode.tar.gz | tar -xvf -" and follow instructions in maude-mode/README. Note that the Maude mode does not run under GNU Emacs. Please see the README for details.
+
If you are interested in the Eclipse development environment, please, take a look at the [http://moment.dsic.upv.es/ MOMENT] project web site.)</small>
+
  
==  Core Maude 2.7 ==
+
Maude 3.1 comes with the SMT solver Yices2. Click on the appropriate link below to download the collection of binaries, or click the source link to download and compile the sources yourself. If you wish to compile Maude with CVC4, please, read the instructions in the compressed file with the sources.  
  
Click on the appropriate link below to download the collection of binaries, or click the source link to download and compile the sources yourself.
+
* [[Media:Maude-3.1-linux.zip|Maude 3.1 for Linux64]]
 +
* [[Media:Maude-3.1-macos.zip|Maude 3.1 macOS]]
 +
* [[Media:Maude-3.1.tar.gz|Maude 3.1 source files]]
  
* [[Media:Maude27-linux.zip|Maude 2.7 for Linux64]]
+
To install from one of the above binaries, simply extract the downloaded zip file. This generates the folder with the following files in it:
* [[Media:Maude27-osx.zip|Maude 2.7 for Mac OS X]]
+
  file.maude
* [[Media:Maude-2.7.tar.gz|Maude 2.7 source files]]
+
 
+
To install from one of the above binaries, simply extract the downloaded zip file.This generates the directory maude/ with the following files in it:
+
 
   linear.maude
 
   linear.maude
 
   machine-int.maude
 
   machine-int.maude
Line 26: Line 22:
 
   model-checker.maude
 
   model-checker.maude
 
   prelude.maude
 
   prelude.maude
 +
  process.maude
 
   socket.maude
 
   socket.maude
 +
  smt.maude
 
   term-order.maude
 
   term-order.maude
Depending on your system you can now run maude by starting the appropriate executable file: <tt>maude.linux64</tt> or <tt>maude.darwin64</tt>.
+
Depending on your system you can now run Maude by starting the appropriate executable file: <tt>maude.linux64</tt> or <tt>maude.darwin64</tt>.
  
== Full Maude 2.7 ==
+
== Full Maude 3.1 ==
  
Full Maude is written in Maude, and is thus platform-independent. Download [[Media:Full-maude-27.zip|Full Maude]] and save it into the Core Maude directory.
+
Full Maude is written in Maude, and is thus platform-independent. Download [[Media:Full-Maude-3.1.zip|Full Maude 3.1]] and save it into the Core Maude directory.
  
 
== Maude manual and primer ==
 
== Maude manual and primer ==
  
The manual for Maude 2.7 is available in [[Media:Maude-manual.pdf|PDF format]] and in [http://maude.lcc.uma.es/manual/maude-manual.html HTML].  
+
The manual for Maude 3.1 is available in [[Media:Maude-3.1-manual.pdf|PDF format]] and in [http://maude.lcc.uma.es/maude31-manual-html/maude-manual.html HTML].  
The examples in the manual and in the book All About Maude is also available [[Media:manual-book-examples.zip|here]].
+
The examples in the manual and in the book All About Maude is also available [[Media:Maude-3.1-manual-book-examples.zip|here]].
  
The primer for Maude 2.0.1 (but mostly applicable for later versions too) is available [[Maude 2 Primer and Examples|here]].
+
== Change list from Maude 3.0 to 3.1 ==
  
== Change list from Maude 2.6 to 2.7 ==
+
* Support for unification modulo associativity-identity,
 
+
* Support for the generation of irredundant unifiers,
* Variant narrowing and unification.
+
* Support for the filtering of variant unifiers using variant subsumption,
* Some bugs fixed.
+
* Support for the generation of variant matchers,
 +
* An implementation of Unix processes as Maude external objects,
 +
* Several improvements in the presentation of results,
 +
* Several improvements in the handling of control-c,
 +
* Some bugs fixed, and
 
* Some improvements in syntax error detection and recovering.
 
* Some improvements in syntax error detection and recovering.
 +
 +
<small>(If you use [http://www.xemacs.org/ XEmacs], then you might find the [[Media:Maude-mode.tar.gz|Maude mode]] for XEmacs
 +
written by [http://www.iam.unibe.ch/~kai/ Kai Br&uuml;nnler] or
 +
the [[Media:Maude-mode2.el.zip|Maude mode]] written by Ellef Gjelstad useful. Extract the mode using the command "gunzip -c maude-mode.tar.gz | tar -xvf -" and follow instructions in maude-mode/README. Note that the Maude mode does not run under GNU Emacs. If you are using Emacs 24 please consider to use the [https://github.com/ssaavedra/maude-mode maude-mode] written by Santiago Saavedra. Please see the README for details.
 +
If you are interested in the Eclipse development environment, please, take a look at the [http://moment.dsic.upv.es/ MOMENT] project web site.)
 +
There are also language packages for Atom and other editors.</small>

Revision as of 14:25, 12 March 2021

Maude 3.1 runs on many Unix variants, including Linux.

In this section, we assume a Linux configuration. Please, substitute your platform name for 'linux' in what follows if you download for another platform. In any case, please consider subscribing to the Maude users mailing list, as this is also the mechanism by which we will make announcements about the system.

The Maude system download consists of three parts: Core Maude, Full Maude, and documentation and examples.

Core Maude 3.1

Maude 3.1 comes with the SMT solver Yices2. Click on the appropriate link below to download the collection of binaries, or click the source link to download and compile the sources yourself. If you wish to compile Maude with CVC4, please, read the instructions in the compressed file with the sources.

To install from one of the above binaries, simply extract the downloaded zip file. This generates the folder with the following files in it:

  file.maude
  linear.maude
  machine-int.maude
  maude.[linux64|darwin64]
  metaInterpreter.maude
  model-checker.maude
  prelude.maude
  process.maude
  socket.maude
  smt.maude
  term-order.maude

Depending on your system you can now run Maude by starting the appropriate executable file: maude.linux64 or maude.darwin64.

Full Maude 3.1

Full Maude is written in Maude, and is thus platform-independent. Download Full Maude 3.1 and save it into the Core Maude directory.

Maude manual and primer

The manual for Maude 3.1 is available in PDF format and in HTML. The examples in the manual and in the book All About Maude is also available here.

Change list from Maude 3.0 to 3.1

  • Support for unification modulo associativity-identity,
  • Support for the generation of irredundant unifiers,
  • Support for the filtering of variant unifiers using variant subsumption,
  • Support for the generation of variant matchers,
  • An implementation of Unix processes as Maude external objects,
  • Several improvements in the presentation of results,
  • Several improvements in the handling of control-c,
  • Some bugs fixed, and
  • Some improvements in syntax error detection and recovering.

(If you use XEmacs, then you might find the Maude mode for XEmacs written by Kai Brünnler or the Maude mode written by Ellef Gjelstad useful. Extract the mode using the command "gunzip -c maude-mode.tar.gz | tar -xvf -" and follow instructions in maude-mode/README. Note that the Maude mode does not run under GNU Emacs. If you are using Emacs 24 please consider to use the maude-mode written by Santiago Saavedra. Please see the README for details. If you are interested in the Eclipse development environment, please, take a look at the MOMENT project web site.) There are also language packages for Atom and other editors.